summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé
2018-03-12hw/mips/malta: Code movementPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Use 'unsigned int' for the irq valuePhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-12hw/i386: make IOMMUs configurable via default-configs/Paolo Bonzini
2018-03-12scsi: support NDOB (no data-out buffer) for WRITE SAME commandsPaolo Bonzini
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-03-12scsi-disk.c: consider bl->max_transfer in INQUIRY emulationDaniel Henrique Barboza
2018-03-12q35: change default NIC to e1000ePaolo Bonzini
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini
2018-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...Peter Maydell
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-09sdhci: Fix a typo in commentPhilippe Mathieu-Daudé
2018-03-09sdcard: Add the Tuning Command (CMD19)Philippe Mathieu-Daudé
2018-03-09sdcard: Display which protocol is used when tracing (SD or SPI)Philippe Mathieu-Daudé
2018-03-09sdcard: Display command name when tracing CMD/ACMDPhilippe Mathieu-Daudé
2018-03-09sdcard: Do not trace CMD55, except when we already expect an ACMDPhilippe Mathieu-Daudé
2018-03-09hw/arm/virt: Support -machine gic-version=maxPeter Maydell
2018-03-09hw/arm/virt: Add "max" to the list of CPU types "virt" supportsPeter Maydell
2018-03-09arm: avoid heap-buffer-overflow in load_aarch64_imageMarc-André Lureau
2018-03-09arm: fix load ELF error leakMarc-André Lureau
2018-03-09hw/arm: Use more CONFIG switches for the object filesThomas Huth
2018-03-09Implement support for i.MX7 Sabre boardAndrey Smirnov
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov
2018-03-09hw/arm: Set the core count for Xilinx's ZynqMPAlistair Francis
2018-03-09Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell
2018-03-08virtio-scsi: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi
2018-03-08virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi
2018-03-08s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie
2018-03-08virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda
2018-03-08s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda
2018-03-08vfio-ccw: license text should indicate GPL v2 or laterCornelia Huck
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie
2018-03-08numa: we don't implement NUMA for s390xDavid Hildenbrand
2018-03-08hw/s390x: Add the possibility to specify the netboot image on the command lineThomas Huth
2018-03-08s390/ipl: only print boot menu error if -boot menu=on was specifiedCollin L. Walling