- 8f1ed5f Make pow2ceil() and pow2floor() inline by Peter Maydell · 10 years ago
- 49caffe qemu-common.h: Move muldiv64() to host-utils.h by Peter Maydell · 10 years ago
- 03557b9 osdep.h: Add header comment by Peter Maydell · 10 years ago
- bfe7e44 osdep.h: Move some OS header includes and fixups from qemu-common.h by Peter Maydell · 10 years ago
- 24134c4 compiler.h: Use glue() in QEMU_BUILD_BUG_ON define by Peter Maydell · 10 years ago
- 4912086 osdep.h: Move some compiler-specific things to compiler.h by Peter Maydell · 10 years ago
- 71baf78 osdep.h: Remove qemu_printf by Peter Maydell · 10 years ago
- 8e0adf6 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
- 8170dfa pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h by Eduardo Habkost · 10 years ago
- ee2bdc3 throttle: refuse bps_max/iops_max without bps/iops by Stefan Hajnoczi · 10 years ago
- 13566fe timer: rename NSEC_PER_SEC due to Mac OS X header clash by Stefan Hajnoczi · 10 years ago
- 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
- 7edd8e4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- fba0a59 Stop including qemu-common.h in memory.h by Peter Maydell · 10 years ago
- e0cf11f timer: Use a single definition of NSEC_PER_SEC for the whole codebase by Alberto Garcia · 10 years ago
- 471fae3 timer: Move NANOSECONDS_PER_SECONDS to timer.h by Alberto Garcia · 10 years ago
- afbe705 main-loop: introduce qemu_mutex_iothread_locked by Paolo Bonzini · 10 years ago
- 6b64640 iov: don't touch iov in iov_send_recv() by Wen Congyang · 10 years ago
- c6a8c32 util/hbitmap: Add an API to reset all set bits in hbitmap by Wen Congyang · 10 years ago
- cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
- 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
- d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
- 0a3346f Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
- a31bdae qom: Add object_new_with_props() / object_new_withpropv() helpers by Daniel P. Berrange · 10 years ago
- fb1a3a0 qemu-timer: Call clock reset notifiers on forward jumps by Paul Donohue · 10 years ago
- f3e3b08 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- 8aeaa05 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
- ae81693 queue.h: Add QLIST_FIX_HEAD_PTR() by Kevin Wolf · 10 years ago
- 0a2df85 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
- a291d5d throttle: Update throttle infrastructure copyright by Alberto Garcia · 10 years ago
- 0e5b0a2 throttle: Extract timers from ThrottleState into a separate structure by Benoît Canet · 10 years ago
- f4d248b iohandler: Change return type of qemu_set_fd_handler to "void" by Fam Zheng · 10 years ago
- 6484e42 main-loop: Drop qemu_set_fd_handler2 by Fam Zheng · 10 years ago
- 1a8f46f Move loadvm_handlers into MigrationIncomingState by Dr. David Alan Gilbert · 10 years ago
- bca7856 Create MigrationIncomingState by Dr. David Alan Gilbert · 10 years ago
- 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
- 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
- 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
- a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
- 3bbf572 atomics: add explicit compiler fence in __atomic memory barriers by Paolo Bonzini · 10 years ago
- 36546e5 bitmap: add atomic test and clear by Stefan Hajnoczi · 10 years ago
- 9f02cfc bitmap: add atomic set functions by Stefan Hajnoczi · 10 years ago
- d57e4e4 util: move read_password method out of qemu-img into osdep/oslib by Daniel P. Berrange · 10 years ago
- 3bf2af7 util: Remove unused functions by Thomas Huth · 10 years ago
- 4188e39 bitops : fix coding style by Chih-Min Chao · 10 years ago
- ce1ffea block: Resize bitmaps on bdrv_truncate by John Snow · 10 years ago
- be58721 hbitmap: add hbitmap_merge by John Snow · 10 years ago
- a59629f rcu: do not create thread in pthread_atfork callback by Paolo Bonzini · 10 years ago
- 89d5cbd profiler: Reenable built-in profiler by Alexey Kardashevskiy · 10 years ago
- 2120465 queue: fix QSLIST_INSERT_HEAD_ATOMIC race by Paolo Bonzini · 10 years ago
- 4f99505 bitops.h: sextract64() return type should be int64_t, not uint64_t by Peter Maydell · 10 years ago
- dc523cd qemu-img: Suppress unhelpful extra errors in convert, amend by Markus Armbruster · 10 years ago
- f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
- 79087c7 QemuOpts: Convert qemu_opts_set() to Error, fix its use by Markus Armbruster · 10 years ago
- 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
- cccb796 QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use by Markus Armbruster · 10 years ago
- 439c5e0 rcu: add g_free_rcu by Paolo Bonzini · 10 years ago
- 341774f rcu: introduce RCU-enabled QLIST by Mike Day · 12 years ago
- 2e91cc6 cpu-exec: simplify init_delay_params by Paolo Bonzini · 10 years ago
- 26387f8 rcu: add call_rcu by Paolo Bonzini · 12 years ago
- d62cb4f rcu: allow nesting of rcu_read_lock/rcu_read_unlock by Paolo Bonzini · 10 years ago
- 7911747 rcu: add rcu library by Paolo Bonzini · 12 years ago
- cd1bd53 qemu-timer: introduce timer_deinit by Paolo Bonzini · 10 years ago
- 65a81af qemu-timer: add timer_init and timer_init_ns/us/ms by Paolo Bonzini · 10 years ago
- db5fd8d cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessors by Peter Maydell · 10 years ago
- 707ff80 Add device listener interface by Paul Durrant · 10 years ago
- e1a8c9b socket shutdown by Dr. David Alan Gilbert · 10 years ago
- b629a38 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- f186aa9 qemu-timer: rename timer_init to timer_init_tl by Paolo Bonzini · 10 years ago
- c740ad9 QSLIST: add lock-free operations by Paolo Bonzini · 10 years ago
- ef57137 qemu-thread: add per-thread atexit functions by Paolo Bonzini · 10 years ago
- a4ba200 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- 2cbcfb2 atomic: fix position of volatile qualifier by Paolo Bonzini · 10 years ago
- 5712db6 fw_cfg: hard separation between the MMIO and I/O port mappings by Laszlo Ersek · 10 years ago
- 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
- dfa9c2a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- bf2a7dd cpus: make icount warp behave well with respect to stop/cont by Pavel Dovgalyuk · 10 years ago
- 4e7fa73 timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock by Pavel Dovgalyuk · 10 years ago
- 2a62914 icount: introduce cpu_get_icount_raw by Pavel Dovgalyuk · 10 years ago
- 82595da linux-aio: simplify removal of completed iocbs from the list by Paolo Bonzini · 10 years ago
- 43c5d8f block: Don't add trailing space in "Formating..." message by Fam Zheng · 10 years ago
- 64baadc Sort include/qemu/typedefs.h by Dr. David Alan Gilbert · 10 years ago
- a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
- 9a33c0c Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
- ac3a872 util: introduce MIN_NON_ZERO by Peter Lieven · 10 years ago
- d6aaddf bitmap.h: Don't include qemu-common.h by Eduardo Habkost · 11 years ago
- afeeead bitops.h: Don't include qemu-common.h by Eduardo Habkost · 11 years ago
- 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
- deb22f9 QEMUSizedBuffer based QEMUFile by Dr. David Alan Gilbert · 10 years ago
- fcb2cd9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- 5179502 qemu-sockets: Add error to non-blocking connect handler by Corey Minyard · 10 years ago
- 5748e4c qemu-error: Add error_vreport() by Corey Minyard · 10 years ago
- f6a1ef6 accel: Pass MachineState object to accel init functions by Eduardo Habkost · 11 years ago
- f5bebbb util: Emancipate id_wellformed() from QemuOpts by Markus Armbruster · 11 years ago
- 1831e15 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
- be4d57c util: introduce bitmap_try_new by Peter Lieven · 11 years ago
- 58099c8 qemu/compiler: Define QEMU_ARTIFICIAL by Richard Henderson · 11 years ago
- 9aebf3b block: Validate node-name by Kevin Wolf · 11 years ago
- 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 11 years ago
- f6e0830 util: Move general qemu_getauxval to util/getauxval.c by Fam Zheng · 11 years ago