summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-1/+20
* pc: Support for virtio-mem-pciDavid Hildenbrand2020-07-032-21/+29
* numa: Handle virtio-mem in NUMA statsDavid Hildenbrand2020-07-031-0/+6
* virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-033-0/+163
* virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-033-0/+736
* virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-021-2/+8
* s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-9/+13
* vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-024-36/+42
* pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand2020-07-021-8/+10
* virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand2020-07-021-6/+20
* hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé2020-06-291-0/+1
* hw/intc: Add Loongson LIOINTC supportHuacai Chen2020-06-273-0/+246
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell2020-06-265-77/+262
|\
| * target/arm: Create tagged ram when MTE is enabledRichard Henderson2020-06-261-2/+53
| * hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé2020-06-261-0/+6
| * hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé2020-06-262-0/+16
| * hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé2020-06-261-4/+9
| * hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé2020-06-262-0/+42
| * hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé2020-06-261-0/+18
| * hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé2020-06-261-18/+48
| * hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé2020-06-261-40/+40
| * hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé2020-06-261-5/+5
| * hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2020-06-261-2/+16
| * hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé2020-06-261-4/+7
| * hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé2020-06-261-10/+10
| * hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé2020-06-261-3/+3
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-2613-28/+43
|\ \ | |/ |/|
| * ibex_uart: fix XOR-as-powPaolo Bonzini2020-06-261-1/+1
| * vmport: move compat properties to hw_compat_5_0Paolo Bonzini2020-06-261-4/+4
| * hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-262-5/+2Star
| * numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov2020-06-266-3/+11
| * osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-1/+1
| * xen: Actually fix build without passthroughAnthony PERARD2020-06-261-1/+1
| * hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth2020-06-261-13/+23
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell2020-06-269-273/+594
|\ \
| * | adb: add ADB bus trace eventsMark Cave-Ayland2020-06-262-1/+27
| * | adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland2020-06-263-22/+22
| * | adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2020-06-262-7/+6Star
| * | mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2020-06-262-119/+259
| * | mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland2020-06-261-14/+10Star
| * | pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+3
| * | cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
| * | adb: add autopoll_blocked variable to block autopollMark Cave-Ayland2020-06-261-0/+21
| * | adb: use adb_request() only for explicit requestsMark Cave-Ayland2020-06-261-2/+8
| * | adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-261-3/+11
| * | adb: keep track of devices with pending dataMark Cave-Ayland2020-06-261-1/+15
| * | adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2020-06-262-0/+17
| * | mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-12/+10Star
| * | pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-24/+15Star
| * | cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-33/+23Star