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