summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-129-27/+43
* hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-122-8/+11
* hw/i386: make IOMMUs configurable via default-configs/Paolo Bonzini2018-03-121-2/+2
* scsi: support NDOB (no data-out buffer) for WRITE SAME commandsPaolo Bonzini2018-03-122-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-1221-23/+0Star
* scsi-disk.c: consider bl->max_transfer in INQUIRY emulationDaniel Henrique Barboza2018-03-121-0/+15
* q35: change default NIC to e1000ePaolo Bonzini2018-03-123-5/+16
* net: allow using any PCI NICs in -net or -nicPaolo Bonzini2018-03-122-32/+31Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...Peter Maydell2018-03-1214-33/+1627
|\
| * sdhci: Fix a typo in commentPhilippe Mathieu-Daudé2018-03-091-2/+2
| * sdcard: Add the Tuning Command (CMD19)Philippe Mathieu-Daudé2018-03-091-0/+29
| * sdcard: Display which protocol is used when tracing (SD or SPI)Philippe Mathieu-Daudé2018-03-092-8/+14
| * sdcard: Display command name when tracing CMD/ACMDPhilippe Mathieu-Daudé2018-03-095-10/+109
| * sdcard: Do not trace CMD55, except when we already expect an ACMDPhilippe Mathieu-Daudé2018-03-091-3/+8
| * hw/arm/virt: Support -machine gic-version=maxPeter Maydell2018-03-091-10/+19
| * hw/arm/virt: Add "max" to the list of CPU types "virt" supportsPeter Maydell2018-03-091-0/+1
| * arm: avoid heap-buffer-overflow in load_aarch64_imageMarc-André Lureau2018-03-091-1/+2
| * arm: fix load ELF error leakMarc-André Lureau2018-03-091-0/+1
| * hw/arm: Use more CONFIG switches for the object filesThomas Huth2018-03-091-9/+21
| * Implement support for i.MX7 Sabre boardAndrey Smirnov2018-03-092-1/+91
| * i.MX: Add i.MX7 SOC implementation.Andrey Smirnov2018-03-092-0/+583
| * pci: Add support for Designware IP blockAndrey Smirnov2018-03-092-0/+756
| * hw/arm: Set the core count for Xilinx's ZynqMPAlistair Francis2018-03-091-0/+2
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-03-092-13/+35
|\ \ | |/ |/|
| * virtio-scsi: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi2018-03-081-4/+5
| * virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi2018-03-081-7/+17
| * virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez2018-03-081-2/+13
* | Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell2018-03-0913-2/+2860
|\ \
| * | RISC-V Build InfrastructureMichael Clark2018-03-061-0/+11
| * | SiFive Freedom U Series RISC-V MachineMichael Clark2018-03-061-0/+339
| * | SiFive Freedom E Series RISC-V MachineMichael Clark2018-03-061-0/+234
| * | SiFive RISC-V PRCI BlockMichael Clark2018-03-061-0/+89
| * | SiFive RISC-V UART DeviceMichael Clark2018-03-061-0/+176
| * | RISC-V VirtIO MachineMichael Clark2018-03-061-0/+420
| * | SiFive RISC-V Test FinisherMichael Clark2018-03-061-0/+93
| * | RISC-V Spike MachinesMichael Clark2018-03-061-0/+376
| * | SiFive RISC-V PLIC BlockMichael Clark2018-03-061-0/+505
| * | SiFive RISC-V CLINT BlockMichael Clark2018-03-061-0/+254
| * | RISC-V HART ArrayMichael Clark2018-03-061-0/+89
| * | RISC-V HTIF ConsoleMichael Clark2018-03-061-0/+258
| * | Add symbol table callback interface to load_elfMichael Clark2018-03-061-2/+16
* | | s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie2018-03-082-18/+18
* | | s390x/sclp: clean up sclp masksClaudio Imbrenda2018-03-085-18/+18
* | | s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda2018-03-082-14/+75
* | | vfio-ccw: license text should indicate GPL v2 or laterCornelia Huck2018-03-081-2/+2
* | | s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie2018-03-083-26/+0Star
* | | numa: we don't implement NUMA for s390xDavid Hildenbrand2018-03-081-3/+5
* | | hw/s390x: Add the possibility to specify the netboot image on the command lineThomas Huth2018-03-081-1/+3
* | | s390/ipl: only print boot menu error if -boot menu=on was specifiedCollin L. Walling2018-03-081-4/+6
* | | hw/s390x/ipl: Bail out if the network bootloader can not be foundThomas Huth2018-03-081-2/+3