summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-02-26hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé
2019-02-26hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé
2019-02-26hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell
2019-02-22Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' ...Peter Maydell
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190221' into stagingPeter Maydell
2019-02-22Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v...Peter Maydell
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella
2019-02-22virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()Stefano Garzarella
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy
2019-02-22display/virtio: add edid support.Gerd Hoffmann
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau
2019-02-21hw/vfio/common: Refactor container initializationEric Auger
2019-02-21vfio/common: Work around kernel overflow bug in DMA unmapAlex Williamson
2019-02-21target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan
2019-02-21target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan
2019-02-21hw/pci-host/bonito.c: Add PCI mem region mapped at the correct addressBALATON Zoltan
2019-02-21hw/misc: mips_itu: Fix 32/64 bit issue in a line involving shift operatorAleksandar Markovic
2019-02-21hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell
2019-02-21hw/arm/musca: Wire up PL011 UARTsPeter Maydell
2019-02-21hw/arm/musca: Wire up PL031 RTCPeter Maydell
2019-02-21hw/arm/musca: Add MPCsPeter Maydell
2019-02-21hw/arm/musca: Add PPCsPeter Maydell
2019-02-21hw/arm/musca.c: Implement models of the Musca-A and -B1 boardsPeter Maydell
2019-02-21hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell
2019-02-21hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell
2019-02-21hw/timer/pl031: Convert to using trace eventsPeter Maydell
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell
2019-02-21hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell
2019-02-21hw/arm/armsse: Fix memory leak in error-exit pathPeter Maydell
2019-02-21hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký
2019-02-20usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick
2019-02-20usb: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick