summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* migration: allow unplug during migration for failover devicesJens Freimann2019-10-292-0/+2
* pci: mark device having guest unplug request pendingJens Freimann2019-10-291-0/+3
* pci: mark devices partially unpluggedJens Freimann2019-10-291-0/+3
* pci: add option for net failoverJens Freimann2019-10-291-0/+31
* qdev/qbus: add hidden device supportJens Freimann2019-10-291-0/+24
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-297-3/+1347
|\
| * virtio-net: prevent offloads reset on migrationMikhail Sennikovsky2019-10-291-3/+24
| * virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+7
| * net: add tulip (dec21143) driverSven Schnelle2019-10-295-0/+1316
* | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell2019-10-2923-59/+3250
|\ \
| * | hw/m68k: define Macintosh Quadra 800Laurent Vivier2019-10-284-0/+519
| * | hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier2019-10-284-0/+494
| * | hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-284-0/+484
| * | hw/m68k: add Nubus supportLaurent Vivier2019-10-289-0/+414
| * | hw/m68k: implement ADB bus support for viaLaurent Vivier2019-10-282-0/+198
| * | hw/m68k: add VIA supportLaurent Vivier2019-10-284-0/+776
| * | dp8393x: manage big endian busLaurent Vivier2019-10-281-31/+57
| * | esp: add pseudo-DMA as used by MacintoshLaurent Vivier2019-10-281-9/+269
| * | esp: move get_cmd() post-DMA code to get_cmd_cb()Laurent Vivier2019-10-281-17/+29
| * | esp: move handle_ti_cmd() cleanup code to esp_do_dma().Laurent Vivier2019-10-281-2/+10
* | | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf2' i...Peter Maydell2019-10-285-35/+213
|\ \ \
| * | | riscv/boot: Fix possible memory leakAlistair Francis2019-10-281-7/+4Star
| * | | riscv/virt: Jump to pflash if specifiedAlistair Francis2019-10-281-1/+10
| * | | riscv/virt: Add the PFlash CFI01 deviceAlistair Francis2019-10-282-0/+87
| * | | riscv/virt: Manually define the machineAlistair Francis2019-10-281-6/+24
| * | | riscv/sifive_u: Add the start-in-flash propertyAlistair Francis2019-10-281-1/+29
| * | | riscv/sifive_u: Manually define the machineAlistair Francis2019-10-281-13/+31
| * | | riscv/sifive_u: Add QSPI memory regionAlistair Francis2019-10-281-0/+8
| * | | riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis2019-10-281-0/+16
| * | | riscv: sifive_u: Add ethernet0 to the aliases nodeBin Meng2019-10-281-1/+4
| * | | riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng2019-10-283-6/+0Star
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-282-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | include: Move endof() up from hw/virtio/virtio.hMax Reitz2019-10-282-7/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-286-95/+988
|\ \ \
| * | | virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi2019-10-251-8/+0Star
| * | | vhost_net: enable packed ring supportJason Wang2019-10-251-0/+2
| * | | virtio: event suppression support for packed ringJason Wang2019-10-251-9/+133
| * | | virtio: basic packed virtqueue supportJason Wang2019-10-254-72/+822
| * | | virtio: Free rnd virqueue at unrealize()Eugenio Pérez2019-10-251-0/+1
| * | | virtio: Free blk virqueues at unrealize()Eugenio Pérez2019-10-251-0/+5
| * | | virtio: device/driver area size calculation refactor for split ringWei Xu2019-10-251-6/+10
| * | | virtio: basic structure for packed ringWei Xu2019-10-251-0/+15
* | | | i386: implement IGNNEPaolo Bonzini2019-10-261-1/+1
* | | | target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-263-16/+9Star
* | | | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-265-7/+8
* | | | Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-2620-993/+1642
|\ \ \ \ | |_|/ / |/| | |
| * | | mc146818rtc: always register rtc to rtc listHervé Poussineau2019-10-241-6/+2Star
| * | | mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.cPhilippe Mathieu-Daudé2019-10-241-0/+1
| * | | mc146818rtc: move structure to header fileHervé Poussineau2019-10-241-30/+0Star
| * | | hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé2019-10-242-2/+0Star