summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt: Implement kvm_type function for 4.0 machineEric Auger2019-03-051-1/+38
* hw/arm/virt: Dynamic memory map depending on RAM requirementsEric Auger2019-03-051-6/+46
* hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger2019-03-053-4/+3Star
* hw/arm/virt: Split the memory map descriptionEric Auger2019-03-051-6/+44
* hw/arm/virt: Rename highmem IO regionsEric Auger2019-03-052-19/+24
* hw/arm/boot: introduce fdt_add_memory_node helperShameer Kolothum2019-03-051-20/+34
* virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert2019-03-052-3/+33
* virtio-net: Switch to using announce timerDr. David Alan Gilbert2019-03-052-13/+28
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-02-25-1...Peter Maydell2019-03-042-13/+21
|\
| * tpm_tis: convert tpm_tis_show_buffer() to use trace eventLiam Merwick2019-02-242-12/+20
| * tpm_tis: fix loop that cancels any seizure by a lower localityLiam Merwick2019-02-241-1/+1
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into stagingPeter Maydell2019-03-042-2/+12
|\ \
| * | s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak2019-03-042-2/+12
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-03-0412-111/+227
|\ \ \ | |/ / |/| |
| * | pci: Sanity test minimum downstream LNKSTAAlex Williamson2019-02-221-3/+10
| * | hw/smbios: fix offset of type 3 sku fieldDaniel P. Berrangé2019-02-221-0/+1
| * | pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy2019-02-221-2/+0Star
| * | virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson2019-02-221-10/+59
| * | virtio-balloon: Use ram_block_discard_range() instead of raw madvise()David Gibson2019-02-211-1/+22
| * | virtio-balloon: Rework ballon_page() interfaceDavid Gibson2019-02-211-10/+8Star
| * | virtio-balloon: Corrections to address verificationDavid Gibson2019-02-211-7/+10
| * | virtio-balloon: Remove unnecessary MADV_WILLNEED on deflateDavid Gibson2019-02-211-3/+2Star
| * | pc-dimm: use same mechanism for [get|set]_addrWei Yang2019-02-211-3/+1Star
| * | vhost-net: revamp configure logicPaolo Bonzini2019-02-212-4/+4
| * | vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-212-5/+3Star
| * | vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-215-9/+29
| * | vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-211-0/+4
| * | vhost-net: move stubs to a separate filePaolo Bonzini2019-02-213-75/+95
* | | Merge remote-tracking branch 'remotes/cminyard/tags/i2c-for-release-20190228'...Peter Maydell2019-03-0136-527/+645
|\ \ \
| * | | i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard2019-02-281-0/+2
| * | | i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard2019-02-281-1/+17
| * | | i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard2019-02-281-2/+32
| * | | i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard2019-02-281-3/+7
| * | | i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard2019-02-281-5/+10
| * | | i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard2019-02-281-0/+18
| * | | i2c:pm_smbus: Fix state transferCorey Minyard2019-02-283-1/+47
| * | | i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard2019-02-281-19/+67
| * | | boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard2019-02-282-0/+2
| * | | i2c:smbus: Make white space in switch statements consistentCorey Minyard2019-02-282-0/+10
| * | | i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard2019-02-281-8/+0Star
| * | | i2c:smbus: Simplify read handlingCorey Minyard2019-02-282-26/+3Star
| * | | i2c:smbus: Simplify write operationCorey Minyard2019-02-282-51/+21Star
| * | | i2c:smbus: Correct the working of quick commandsCorey Minyard2019-02-281-16/+19
| * | | i2c: Don't check return value from i2c_recv()Corey Minyard2019-02-283-24/+5Star
| * | | arm:i2c: Don't mask return from i2c_recv()Corey Minyard2019-02-281-1/+1
| * | | i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-2818-40/+34Star
| * | | i2c: Split smbus into partsCorey Minyard2019-02-2813-160/+180
* | | | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190228' into st...Peter Maydell2019-03-012-19/+26
|\ \ \ \
| * | | | xen-block: stop leaking memory in xen_block_drive_create()Paul Durrant2019-02-281-7/+9
| * | | | xen-block: report error condition from vbd_name_to_disk()Paul Durrant2019-02-281-6/+15