summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vmbus: vmbus implementationJon Doron2020-06-104-0/+2696
* hyperv: expose API to determine if synic is enabledJon Doron2020-06-101-0/+8
* qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-103-3/+0Star
* numa: prevent usage of -M memory-backend and -numa memdev at the same timeIgor Mammedov2020-06-101-0/+5
* hw/timer/grlib_gptimer: Display frequency in decimalPhilippe Mathieu-Daudé2020-06-091-1/+1
* hw/misc/grlib_ahb_apb_pnp: Add trace events on read accessesPhilippe Mathieu-Daudé2020-06-092-2/+15
* hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accessesPhilippe Mathieu-Daudé2020-06-091-0/+4
* hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registersPhilippe Mathieu-Daudé2020-06-091-0/+7
* hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definitionPhilippe Mathieu-Daudé2020-06-091-1/+0Star
* hw/sparc64/niagara: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-4/+2Star
* hw/sparc/leon3: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-10/+8Star
* hw/misc/empty_slot: Name the slots when createdPhilippe Mathieu-Daudé2020-06-093-5/+9
* hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERSPhilippe Mathieu-Daudé2020-06-097-9/+9
* hw/misc/empty_slot: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-06-092-11/+12
* hw/misc/empty_slot: Add a 'name' qdev propertyPhilippe Mathieu-Daudé2020-06-091-1/+6
* hw/misc/empty_slot: Convert 'size' field as qdev propertyPhilippe Mathieu-Daudé2020-06-091-6/+9
* hw/misc/empty_slot: Lower address space priorityPhilippe Mathieu-Daudé2020-06-091-1/+1
* hw/sparc/sun4m: Use UnimplementedDevice for I/O devicesPhilippe Mathieu-Daudé2020-06-092-4/+8
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-081-0/+2
|\
| * hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-0/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200605'...Peter Maydell2020-06-0613-25/+1967
|\ \
| * | wire in the dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman2020-06-051-1/+20
| * | usb: add short-packet handling to usb-storage driverPaul Zimmerman2020-06-051-1/+14
| * | dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman2020-06-054-0/+1473
| * | dwc-hsotg (dwc2) USB host controller state definitionsPaul Zimmerman2020-06-051-0/+190
| * | raspi: add BCM2835 SOC MPHI emulationPaul Zimmerman2020-06-053-0/+209
| * | hw/adc/stm32f2xx_adc: Correct memory region size and access sizePhilippe Mathieu-Daudé2020-06-051-1/+3
| * | hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé2020-06-051-17/+49
| * | hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-06-051-3/+7
| * | hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas2020-06-051-1/+1
| * | hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas2020-06-051-1/+1
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200605' into stagingPeter Maydell2020-06-053-12/+5Star
|\ \ \ | |/ / |/| |
| * | vfio-ccw: allow non-prefetch ORBsJared Rossi2020-06-051-10/+3Star
| * | s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank2020-06-052-2/+2
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200605-pull-request' ...Peter Maydell2020-06-052-5/+11
|\ \ \ | |/ / |/| |
| * | hw/display/cirrus_vga: Fix code mis-indentationPhilippe Mathieu-Daudé2020-06-051-3/+3
| * | ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit2020-06-051-2/+8
* | | hw/block: Let the NVMe emulated device be target-agnosticPhilippe Mathieu-Daudé2020-06-052-5/+3Star
|/ /
* | riscv: Initial commit of OpenTitan machineAlistair Francis2020-06-033-0/+190
* | riscv: sifive_e: Manually define the machineAlistair Francis2020-06-031-11/+30
* | hw/riscv: spike: Remove deprecated ISA specific machinesAlistair Francis2020-06-031-217/+0Star
* | hw/riscv: virt: Remove the riscv_ prefix of the machine* functionsBin Meng2020-06-031-10/+10
* | hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functionsBin Meng2020-06-031-12/+12
* | riscv: Change the default behavior if no -bios option is specifiedBin Meng2020-06-031-27/+4Star
* | riscv: Suppress the error report for QEMU testing with riscv_find_firmware()Bin Meng2020-06-031-3/+11
* | hw/mips: fuloong2e: Set preferred page size to 16KBHuacai Chen2020-06-011-0/+1
* | hw/mips: Add CPU IRQ3 delivery for KVMHuacai Chen2020-06-011-1/+1
* | hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-304-15/+30
* | hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé2020-05-301-4/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ...Peter Maydell2020-05-2810-281/+299
|\ \