aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell1-1/+13
2019-02-22Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' ...Peter Maydell2-45/+90
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190221' into stagingPeter Maydell1-3/+24
2019-02-22Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v...Peter Maydell3-25/+24
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella1-0/+184
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella1-6/+25
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2-24/+22
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella2-0/+6
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella1-7/+9
2019-02-22virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()Stefano Garzarella1-4/+6
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy1-3/+2
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-5/+6
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2-11/+6
2019-02-22display/virtio: add edid support.Gerd Hoffmann3-0/+47
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau1-3/+1
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau2-26/+22
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau1-2/+1
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau1-1/+0
2019-02-21hw/vfio/common: Refactor container initializationEric Auger1-44/+70
2019-02-21vfio/common: Work around kernel overflow bug in DMA unmapAlex Williamson2-1/+20
2019-02-21target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan1-18/+13
2019-02-21target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan1-5/+4
2019-02-21hw/pci-host/bonito.c: Add PCI mem region mapped at the correct addressBALATON Zoltan1-1/+6
2019-02-21hw/misc: mips_itu: Fix 32/64 bit issue in a line involving shift operatorAleksandar Markovic1-1/+1
2019-02-21hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell1-10/+16
2019-02-21hw/arm/musca: Wire up PL011 UARTsPeter Maydell1-5/+29
2019-02-21hw/arm/musca: Wire up PL031 RTCPeter Maydell1-3/+23
2019-02-21hw/arm/musca: Add MPCsPeter Maydell1-8/+147
2019-02-21hw/arm/musca: Add PPCsPeter Maydell1-0/+289
2019-02-21hw/arm/musca.c: Implement models of the Musca-A and -B1 boardsPeter Maydell2-0/+198
2019-02-21hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell1-4/+4
2019-02-21hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell1-2/+2
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell1-2/+44
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell1-29/+2
2019-02-21hw/timer/pl031: Convert to using trace eventsPeter Maydell2-25/+36
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell1-24/+1
2019-02-21hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell1-0/+32
2019-02-21hw/arm/armsse: Fix memory leak in error-exit pathPeter Maydell1-4/+6
2019-02-21hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle1-3/+24
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-1/+13
2019-02-20usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick1-3/+1
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick1-1/+2
2019-02-20usb: check device is not NULL before calling usb_ep_get()Liam Merwick1-4/+4
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick1-3/+5
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick1-0/+8
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick1-2/+5
2019-02-20xhci: check device is not NULL before calling usb_ep_get()Liam Merwick1-2/+2
2019-02-20xhci: add asserts to help with static code analysisLiam Merwick1-0/+2
2019-02-20usb: rearrange usb_ep_get()Liam Merwick1-1/+1
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell22-246/+120