summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* sdcard: Disable CMD19/CMD23 for Spec v2Philippe Mathieu-Daudé2018-06-081-0/+6
* sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2018-06-081-2/+5
* sdcard: Disable SEND_IF_COND (CMD8) for Spec v1Philippe Mathieu-Daudé2018-06-081-1/+3
* sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé2018-06-081-3/+20
* sdcard: Allow commands valid in SPI modePhilippe Mathieu-Daudé2018-06-081-14/+0Star
* sdcard: Update the Configuration Register (SCR) to Spec Version 1.10Philippe Mathieu-Daudé2018-06-081-2/+2
* stellaris: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-5/+6
* hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-4/+4
* hw/core/register: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* ppc/pnv: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* xilinx-dp: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+3
* hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-082-4/+4
* hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* hw/i2c: Add trace eventsPhilippe Mathieu-Daudé2018-06-082-7/+25
* hw/arm: Remove the deprecated xlnx-ep108 machineThomas Huth2018-06-081-60/+2Star
* ftgmac100: remove check on runt messagesCédric Le Goater2018-06-081-6/+0Star
* ftgmac100: fix multicast hash routineCédric Le Goater2018-06-081-2/+2
* ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater2018-06-081-1/+30
* ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater2018-06-081-11/+12
* aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater2018-06-081-0/+4
* misc: add pca9552 LED blinker modelCédric Le Goater2018-06-082-0/+241
* aspeed: Add EEPROM I2C devicesCédric Le Goater2018-06-081-0/+13
* smbus: add a smbus_eeprom_init_one() routineCédric Le Goater2018-06-081-5/+11
* aspeed: add an I2C RTC device to all machinesCédric Le Goater2018-06-081-0/+19
* aspeed: add support for the witherspoon-bmc boardCédric Le Goater2018-06-081-0/+49
* aspeed: remove ignore_memory_transaction_failures on all boardsCédric Le Goater2018-06-081-3/+0Star
* arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2018-06-082-0/+117
* 9p: xattr: Properly translate xattrcreate flagsKeno Fischer2018-06-072-2/+19
* 9p: Properly check/translate flags in unlinkatKeno Fischer2018-06-072-9/+12
* 9p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer2018-06-071-17/+23
* 9p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer2018-06-071-2/+2
* 9p: Move a couple xattr functions to 9p-utilKeno Fischer2018-06-073-33/+37
* 9p: local: Properly set errp in fstatfs error pathKeno Fischer2018-06-071-0/+2
* 9p: proxy: Fix size passed to `connect`Keno Fischer2018-06-071-3/+2Star
* vfio/pci: Default display option to "off"Alex Williamson2018-06-051-1/+1
* vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson2018-06-054-8/+51
* vfio/quirks: ioeventfd quirk accelerationAlex Williamson2018-06-054-2/+183
* vfio/quirks: Add quirk reset callbackAlex Williamson2018-06-053-0/+19
* vfio/quirks: Add common quirk alloc helperAlex Williamson2018-06-051-27/+21Star
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180604-pull-request' ...Peter Maydell2018-06-042-17/+20
|\
| * vga: cleanup surface handlingGerd Hoffmann2018-06-041-17/+19
| * bochs-display: add missing breakGerd Hoffmann2018-06-041-0/+1
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell2018-06-043-0/+6
|\ \
| * | migration: introduce decompress-error-checkXiao Guangrong2018-06-043-0/+6
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-0433-59/+318
|\ \
| * | vhost-blk: turn on pre-defined RO feature bitChangpeng Liu2018-06-011-4/+1Star
| * | nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2018-06-012-4/+72
| * | usb: use local path for local headersMichael S. Tsirkin2018-06-0113-13/+13
| * | sd: fix up includeMichael S. Tsirkin2018-06-011-1/+1
| * | vhost-scsi: drop an unused includeMichael S. Tsirkin2018-06-011-1/+0Star