summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini2021-05-211-2/+3
* bitops.h: Improve find_xxx_bit() documentationPhilippe Mathieu-Daudé2021-05-211-3/+12
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell2021-05-201-0/+38
|\
| * hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann2021-05-181-0/+38
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell2021-05-191-0/+7
|\ \
| * | hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)2021-05-191-0/+6
| * | hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2021-05-191-0/+1
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-05-191-0/+2
|\ \ \ | |/ / |/| |
| * | vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-181-0/+2
| |/
* | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-05-181-6/+6
|\ \
| * | hw/block/nvme: align with existing styleGollu Appalanaidu2021-05-171-5/+5
| * | hw/block/nvme: rename reserved fields declarationsGollu Appalanaidu2021-05-171-1/+1
* | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell2021-05-182-0/+3
|\ \ \
| * | | tcg: Add tcg_constant_tlMatheus Ferst2021-05-141-0/+2
| * | | exec/gen-icount.h: Add missing "exec/exec-all.h" includePhilippe Mathieu-Daudé2021-05-141-0/+1
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fp-20210516' into ...Peter Maydell2021-05-173-133/+380
|\ \ \ \ | |_|_|/ |/| | |
| * | | softfloat: Introduce sh[lr]_double primitivesRichard Henderson2021-05-161-0/+36
| * | | softfloat: Tidy mul128By64To192Richard Henderson2021-05-161-16/+6
| * | | softfloat: Use add192 in mul128To256Richard Henderson2021-05-161-25/+12
| * | | softfloat: Use mulu64 for mul64To128Richard Henderson2021-05-161-20/+3
| * | | softfloat: Move muladd_floats to softfloat-parts.c.incRichard Henderson2021-05-161-0/+2
| * | | softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.hRichard Henderson2021-05-161-70/+25
| * | | softfloat: Inline float_raiseRichard Henderson2021-05-161-1/+4
| * | | qemu/host-utils: Add wrappers for carry builtinsRichard Henderson2021-05-161-0/+50
| * | | qemu/host-utils: Add wrappers for overflow builtinsRichard Henderson2021-05-161-0/+225
| * | | qemu/host-utils: Use __builtin_bitreverseNRichard Henderson2021-05-161-0/+16
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-05-14' in...Peter Maydell2021-05-173-36/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | write-threshold: deal with includesVladimir Sementsov-Ogievskiy2021-05-141-1/+1
| * | | block/write-threshold: drop extra APIsVladimir Sementsov-Ogievskiy2021-05-141-24/+0
| * | | block: drop write notifiersVladimir Sementsov-Ogievskiy2021-05-141-12/+0
| * | | block/write-threshold: don't use write notifiersVladimir Sementsov-Ogievskiy2021-05-142-1/+9
| * | | mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy2021-05-142-2/+2
* | | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-165-9/+19
|\ \ \ \
| * | | | vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu2021-05-141-2/+0
| * | | | hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk2021-05-141-0/+5
| * | | | hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat2021-05-141-1/+13
| * | | | pc-dimm: remove unnecessary get_vmstate_memory_region() methodMaciej S. Szmigiero2021-05-141-5/+0
| * | | | hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé2021-05-141-1/+1
* | | | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-144-0/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | configure: Poison all current target-specific #definesThomas Huth2021-05-141-0/+2
| * | | | include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth2021-05-144-0/+16
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell2021-05-142-1/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | hw/i2c: add pca954x i2c-mux switchPatrick Venture2021-04-151-0/+19
| * | | hw/i2c: move search to i2c_scan_bus methodPatrick Venture2021-04-151-0/+2
| * | | hw/i2c: add match method for device searchPatrick Venture2021-04-151-0/+11
| * | | hw/i2c: name I2CNode list in I2CBusPatrick Venture2021-04-151-1/+3
* | | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell2021-05-145-9/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand2021-05-131-0/+10
| * | | migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-4/+6
| * | | numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-4/+9