summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/armsse: Wire up the MHUsPeter Maydell2019-02-281-1/+2
* hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling UnitPeter Maydell2019-02-281-0/+44
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-02-253-5/+19
|\
| * virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella2019-02-221-0/+2
| * virtio-blk: set config size depending on the features enabledStefano Garzarella2019-02-221-0/+1
| * virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2019-02-221-0/+15
| * virtio-blk: add host_features field in VirtIOBlockStefano Garzarella2019-02-221-2/+1Star
| * hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
| * hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
| * hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell2019-02-251-5/+5
|\ \
| * | display/virtio: add edid support.Gerd Hoffmann2019-02-221-0/+5
| * | virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau2019-02-221-1/+0Star
| * | virtio-gpu: block both 2d and 3d renderingMarc-André Lureau2019-02-221-1/+0Star
| * | virtio-gpu: remove unused config_sizeMarc-André Lureau2019-02-221-2/+0Star
| * | virtio-gpu: remove unused qdevMarc-André Lureau2019-02-221-1/+0Star
| |/
* | hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell2019-02-211-1/+1
* | hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell2019-02-211-0/+3
* | hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header commentPeter Maydell2019-02-211-0/+2
* | hw/char/pl011: Support all interrupt linesPeter Maydell2019-02-211-1/+1
* | hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell2019-02-211-0/+34
* | hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell2019-02-211-0/+44
* | hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell2019-02-211-1/+7
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2019-02-186-26/+17Star
|\
| * xics: Drop the KVM ICS classGreg Kurz2019-02-181-3/+0Star
| * xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz2019-02-181-1/+1
| * xics: Explicitely call KVM ICS methods from the common codeGreg Kurz2019-02-181-3/+4
| * xics: Drop the KVM ICP classGreg Kurz2019-02-181-3/+0Star
| * spapr/irq: Use the base ICP class for KVMGreg Kurz2019-02-181-1/+0Star
| * xics: Handle KVM ICP realize from the common codeGreg Kurz2019-02-181-0/+1
| * xics: Handle KVM ICP reset from the common codeGreg Kurz2019-02-181-1/+0Star
| * xics: Explicitely call KVM ICP methods from the common codeGreg Kurz2019-02-181-4/+5
| * spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater2019-02-171-1/+1
| * qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-2/+1Star
| * xive: Only set source type for LSIsGreg Kurz2019-02-171-5/+2Star
| * spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2019-02-172-2/+2
* | target/s390x: Split out s390-tod.hRichard Henderson2019-02-181-15/+1Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-055-2/+234
|\
| * qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini2019-02-051-1/+0Star
| * hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella2019-02-051-0/+3
| * pvh: Add x86/HVM direct boot ABI header fileLiam Merwick2019-02-051-0/+146
| * elf-ops.h: Add get_elf_note_type()Liam Merwick2019-02-051-0/+75
| * elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-052-1/+10
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-02-051-0/+1
|\ \ | |/ |/|
| * pci/msi: export msi_is_masked()Peter Xu2019-02-051-0/+1
* | Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into stagingPeter Maydell2019-02-051-0/+44
|\ \
| * | target/xtensa: add MX interrupt controllerMax Filippov2019-01-281-0/+44
* | | spapr: move the interrupt presenters under machine_dataCédric Le Goater2019-02-041-0/+2
* | | ppc/pnv: introduce a CPU machine_dataCédric Le Goater2019-02-041-0/+9
* | | xive: add a get_tctx() method to the XiveRouterCédric Le Goater2019-02-041-28/+29