summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routineClement Deschamps2019-11-111-2/+5
* Remove unassigned_access CPU hookPeter Maydell2019-11-111-24/+0Star
* ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell2019-11-111-24/+21Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-11-071-1/+1
|\
| * global: Squash 'the the'Dr. David Alan Gilbert2019-11-061-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-11-071-0/+1
|\ \
| * | virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2019-11-061-0/+1
| |/
* | hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé2019-11-051-2/+1Star
* | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé2019-11-051-0/+36
* | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-052-22/+37
* | hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé2019-11-051-0/+6
* | hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-052-6/+6
* | hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-052-2/+6
* | piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-053-12/+20
* | piix4: Rename PIIX4 object to piix4-isaHervé Poussineau2019-11-051-0/+2
* | Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé2019-11-051-5/+0Star
* | piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-051-1/+0Star
|/
* scsi: Propagate unrealize() callback to scsi-hdSam Eiderman2019-10-311-0/+1
* block: Support providing LCHS from userSam Eiderman2019-10-311-1/+5
* block: Refactor macros - fix tabbingSam Eiderman2019-10-311-8/+8
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-301-0/+19
|\
| * plugin: add core codeEmilio G. Cota2019-10-281-0/+6
| * cpu: introduce cpu_in_exclusive_context()Emilio G. Cota2019-10-281-0/+13
* | net/virtio: add failover supportJens Freimann2019-10-292-0/+13
* | migration: allow unplug during migration for failover devicesJens Freimann2019-10-291-0/+1
* | pci: mark devices partially unpluggedJens Freimann2019-10-291-0/+1
* | pci: add option for net failoverJens Freimann2019-10-291-0/+3
* | qdev/qbus: add hidden device supportJens Freimann2019-10-291-0/+29
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-293-0/+9
|\ \
| * | virtio-net: prevent offloads reset on migrationMikhail Sennikovsky2019-10-291-0/+2
| * | virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+6
| * | net: add tulip (dec21143) driverSven Schnelle2019-10-291-0/+1
* | | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell2019-10-296-0/+363
|\ \ \
| * | | hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier2019-10-281-0/+76
| * | | hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-0/+64
| * | | hw/m68k: add Nubus supportLaurent Vivier2019-10-282-0/+93
| * | | hw/m68k: implement ADB bus support for viaLaurent Vivier2019-10-281-0/+7
| * | | hw/m68k: add VIA supportLaurent Vivier2019-10-281-0/+108
| * | | esp: add pseudo-DMA as used by MacintoshLaurent Vivier2019-10-281-0/+15
* | | | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf2' i...Peter Maydell2019-10-283-11/+19
|\ \ \ \
| * | | | riscv/virt: Add the PFlash CFI01 deviceAlistair Francis2019-10-281-0/+3
| * | | | riscv/virt: Manually define the machineAlistair Francis2019-10-281-1/+6
| * | | | riscv/sifive_u: Add the start-in-flash propertyAlistair Francis2019-10-281-0/+2
| * | | | riscv/sifive_u: Manually define the machineAlistair Francis2019-10-281-1/+6
| * | | | riscv/sifive_u: Add QSPI memory regionAlistair Francis2019-10-281-0/+1
| * | | | riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis2019-10-281-0/+1
| * | | | riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng2019-10-283-9/+0Star
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-281-7/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | include: Move endof() up from hw/virtio/virtio.hMax Reitz2019-10-281-7/+0Star
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-281-5/+10
|\ \ \