aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé2-7/+5
2020-06-12hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé2-30/+46
2020-06-12exec/memory: Remove unused MemoryRegionMmio typePhilippe Mathieu-Daudé1-6/+0
2020-06-12i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov1-1/+0
2020-06-12i386: hvf: Clean stray includes in sysemuRoman Bolshakov1-7/+0
2020-06-12i386: hvf: Drop useless declarations in sysemuRoman Bolshakov1-22/+0
2020-06-12i386: hvf: Move HVFState definition into hvfRoman Bolshakov1-37/+0
2020-06-12sysemu/hvf: Only declare hvf_allowed when HVF is availablePhilippe Mathieu-Daudé1-3/+3
2020-06-12sysemu/tcg: Only declare tcg_allowed when TCG is availablePhilippe Mathieu-Daudé1-1/+1
2020-06-12sysemu/accel: Restrict machine methods to system-modePhilippe Mathieu-Daudé1-0/+2
2020-06-10exec: set map length to zero when returning NULLPrasad J Pandit1-1/+2
2020-06-10qemu/thread: Mark qemu_thread_exit() with 'noreturn' attributePhilippe Mathieu-Daudé1-1/+1
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé1-1/+1
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu1-0/+4
2020-06-10hw/elf_ops: Do not ignore write failures when loading ELFPhilippe Mathieu-Daudé1-3/+8
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé1-0/+1
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé1-8/+11
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé3-12/+39
2020-06-10hw/i386/vmport: Add support for CMD_GETHZLiran Alon1-0/+1
2020-06-10hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon1-0/+1
2020-06-10hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon1-0/+1
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon1-1/+10
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon1-0/+16
2020-06-10vmbus: add infrastructure to save/load vmbus requestsJon Doron1-0/+3
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron1-0/+3
2020-06-10vmbus: vmbus implementationJon Doron2-0/+259
2020-06-10vmbus: add vmbus protocol definitionsJon Doron1-0/+222
2020-06-10hyperv: expose API to determine if synic is enabledJon Doron1-0/+1
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé1-2/+0
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé5-8/+1
2020-06-09hw/misc/empty_slot: Name the slots when createdPhilippe Mathieu-Daudé1-1/+1
2020-06-09hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERSPhilippe Mathieu-Daudé2-9/+19
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-1/+6
2020-06-05Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200605'...Peter Maydell3-1/+947
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-1/+6
2020-06-05wire in the dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman1-1/+2
2020-06-05dwc-hsotg (dwc2) USB host controller register definitionsPaul Zimmerman1-0/+899
2020-06-05raspi: add BCM2835 SOC MPHI emulationPaul Zimmerman2-0/+46
2020-06-05s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank1-2/+2
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé1-2/+2
2020-06-05memory: Extract memory_region_msync() from memory_region_writeback()Philippe Mathieu-Daudé1-1/+12
2020-06-05memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé1-2/+2
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov1-0/+2
2020-06-03riscv: Initial commit of OpenTitan machineAlistair Francis1-0/+68
2020-06-03riscv/boot: Add a missing header includeAlistair Francis1-0/+1
2020-06-03riscv: sifive_e: Manually define the machineAlistair Francis1-0/+4
2020-06-03hw/riscv: spike: Remove deprecated ISA specific machinesAlistair Francis1-4/+2
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson4-0/+5
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson4-0/+9
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson4-0/+10