summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2017-12-04memory: trace FlatView creation and destructionPaolo Bonzini1-0/+1
2017-12-04memory: avoid "resurrection" of dead FlatViewsPaolo Bonzini1-0/+8
2017-09-28osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake1-3/+3
2017-08-11osdep: Add runtime OFD lock detectionFam Zheng1-0/+1
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini1-1/+0
2017-08-08rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini1-0/+6
2017-07-31docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé1-2/+2
2017-07-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-18-v2' in...Peter Maydell1-0/+1
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson1-0/+57
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-0/+1
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-1/+0
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-0/+1
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland1-0/+1
2017-07-17coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini1-0/+18
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-0/+1
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell1-0/+7
2017-07-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-15/+0
2017-07-13error: Functions to report warnings and informational messagesAlistair Francis1-0/+7
2017-07-11qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy1-0/+8
2017-07-11block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy1-0/+15
2017-07-11hbitmap: improve dirty iterVladimir Sementsov-Ogievskiy1-22/+4
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-2/+0
2017-07-11util/qemu-sockets: Drop unused helper socket_address_to_string()Mao Zhongyi1-15/+0
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake1-1/+2
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng2-0/+9
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell1-1/+1
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann1-0/+1
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell1-0/+3
2017-06-19util: add cacheinfoEmilio G. Cota1-0/+3
2017-06-16util: add stats64 modulePaolo Bonzini1-0/+193
2017-06-14migration: Fix compilation with older compilersJuan Quintela1-0/+2
2017-06-13timer.h: Provide better monotonic timePranith Kumar1-3/+2
2017-06-08char: fix alias devices regressionMarc-André Lureau1-0/+13
2017-06-05qemu/atomic: Loosen restrictions for 64-bit ILP32 hostsRichard Henderson1-8/+26
2017-06-01migration: loadvm handlers are not usedJuan Quintela1-1/+0
2017-05-18migration: Remove old MigrationParamsJuan Quintela1-1/+0
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into stagingStefan Hajnoczi1-10/+0
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi1-0/+1
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater1-10/+0
2017-05-11numa: equally distribute memory on nodesLaurent Vivier1-0/+1
2017-05-11osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng1-0/+3
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi1-8/+8
2017-05-09sockets: Delete unused helper socket_address_crumple()Markus Armbruster1-11/+0
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster1-11/+22
2017-05-09sockets: Rename SocketAddressFlat to SocketAddressMarkus Armbruster1-2/+2
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster1-15/+15
2017-05-09sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster1-1/+1
2017-05-05use _Static_assert in QEMU_BUILD_BUG_ONAndreas Grapentin1-1/+3