summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/smbios: fix offset of type 3 sku fieldDaniel P. Berrangé2019-02-222-0/+2
| * | pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy2019-02-222-2/+2
| * | virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson2019-02-222-10/+62
| * | 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
| * | i386/kvm: ignore masked irqs when update msi routesPeter Xu2019-02-211-3/+11
| * | contrib/vhost-user-blk: fix the compilation issueChangpeng Liu2019-02-211-1/+5
| * | Revert "contrib/vhost-user-blk: fix the compilation issue"Philippe Mathieu-Daudé2019-02-212-16/+4Star
| * | pc-dimm: use same mechanism for [get|set]_addrWei Yang2019-02-211-3/+1Star
| * | tests/data: introduce "uefi-boot-images" with the "bios-tables-test" ISOsLaszlo Ersek2019-02-214-0/+0
| * | tests/uefi-test-tools: add build scriptsLaszlo Ersek2019-02-213-0/+254
| * | tests: introduce "uefi-test-tools" with the BiosTablesTest UEFI appLaszlo Ersek2019-02-216-0/+359
| * | roms: build the EfiRom utility from the roms/edk2 submoduleLaszlo Ersek2019-02-211-7/+6Star
| * | roms: add the edk2 project as a git submoduleLaszlo Ersek2019-02-213-1/+8
| * | vhost-user-test: create a temporary directory per TestServerPaolo Bonzini2019-02-211-42/+35Star
| * | vhost-user-test: small changes to init_hugepagefsPaolo Bonzini2019-02-211-12/+14
| * | vhost-user-test: create a main loop per TestServerPaolo Bonzini2019-02-211-26/+27
| * | vhost-net: revamp configure logicPaolo Bonzini2019-02-213-34/+63
| * | vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-216-22/+19Star
| * | vhost-user: support cross-endian vnet headersPaolo Bonzini2019-02-211-0/+13
| * | vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-217-14/+33
| * | vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-215-3/+32
| * | 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-0144-581/+820
|\ \ \
| * | | 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-282-3/+39
| * | | i2c:pm_smbus: Fix state transferCorey Minyard2019-02-284-1/+56
| * | | migration: Add a VMSTATE_BOOL_TEST() macroCorey Minyard2019-02-281-0/+3
| * | | i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard2019-02-282-19/+73
| * | | boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard2019-02-283-0/+3
| * | | 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-283-33/+13Star
| * | | i2c:smbus: Simplify write operationCorey Minyard2019-02-283-59/+34Star
| * | | i2c:smbus: Correct the working of quick commandsCorey Minyard2019-02-282-16/+24
| * | | 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-2819-44/+37Star
| * | | i2c: Split smbus into partsCorey Minyard2019-02-2818-196/+288
* | | | 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
| * | | | xen-block: remove redundant assignmentPaul Durrant2019-02-281-2/+1Star
| * | | | dataplane/xen-block: remove dead codePaul Durrant2019-02-281-4/+1Star