summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé2018-03-121-2/+2
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-122-9/+24
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-122-2/+6
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-122-8/+14
* hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-121-5/+5
* q35: change default NIC to e1000ePaolo Bonzini2018-03-121-1/+2
* i.MX: Add i.MX7 SOC implementation.Andrey Smirnov2018-03-091-0/+222
* pci: Add support for Designware IP blockAndrey Smirnov2018-03-092-0/+104
* Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell2018-03-0913-14/+697
|\
| * SiFive Freedom U Series RISC-V MachineMichael Clark2018-03-061-0/+69
| * SiFive Freedom E Series RISC-V MachineMichael Clark2018-03-061-0/+79
| * SiFive RISC-V PRCI BlockMichael Clark2018-03-061-0/+37
| * SiFive RISC-V UART DeviceMichael Clark2018-03-061-0/+71
| * RISC-V VirtIO MachineMichael Clark2018-03-061-0/+74
| * SiFive RISC-V Test FinisherMichael Clark2018-03-061-0/+42
| * RISC-V Spike MachinesMichael Clark2018-03-061-0/+53
| * SiFive RISC-V PLIC BlockMichael Clark2018-03-061-0/+85
| * SiFive RISC-V CLINT BlockMichael Clark2018-03-061-0/+50
| * RISC-V HART ArrayMichael Clark2018-03-061-0/+39
| * RISC-V HTIF ConsoleMichael Clark2018-03-061-0/+61
| * Add symbol table callback interface to load_elfMichael Clark2018-03-062-14/+37
* | s390x/sclp: clean up sclp masksClaudio Imbrenda2018-03-081-9/+13
* | s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie2018-03-081-1/+0Star
|/
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-1/+1
* ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh2018-03-061-1/+4
* mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland2018-03-061-1/+3
* openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland2018-03-061-1/+158
* openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-062-3/+7
* mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-0/+2
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-0/+75
* heathrow: QOMify heathrow PICMark Cave-Ayland2018-03-061-0/+49
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-024-2/+4
* hw/arm/iotkit: Model Arm IOT KitPeter Maydell2018-03-021-0/+109
* hw/misc/iotkit-secctl: Add remaining simple registersPeter Maydell2018-03-021-0/+4
* hw/misc/iotkit-secctl: Add handling for PPCsPeter Maydell2018-03-021-2/+62
* hw/misc/iotkit-secctl: Arm IoT Kit security controller initial skeletonPeter Maydell2018-03-021-0/+39
* hw/misc/tz-ppc: Model TrustZone peripheral protection controllerPeter Maydell2018-03-021-0/+101
* hw/misc/mps2-fpgaio: FPGA control block for MPS2 AN505Peter Maydell2018-03-021-0/+43
* hw/core/split-irq: Device that splits IRQ linesPeter Maydell2018-03-022-1/+60
* qdev: Add new qdev_init_gpio_in_named_with_opaque()Peter Maydell2018-03-021-2/+28
* include/hw/or-irq.h: Add missing include guardPeter Maydell2018-03-021-0/+5
* hw/misc/unimp: Move struct to header filePeter Maydell2018-03-021-0/+10
* armv7m: Forward init-svtor property to CPU objectPeter Maydell2018-03-021-0/+2
* armv7m: Forward idau property to CPU objectPeter Maydell2018-03-021-0/+3
* loader: Add new load_ramdisk_as()Peter Maydell2018-03-021-1/+11
* xlnx-zynqmp: Connect the RTC deviceAlistair Francis2018-03-021-0/+2
* xlnx-zynqmp-rtc: Add basic time supportAlistair Francis2018-03-021-0/+2
* xlnx-zynqmp-rtc: Initial commitAlistair Francis2018-03-021-0/+84
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-012-0/+9
|\