aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-01Update Linux headers to 4.17-rc6Peter Maydell
2018-06-01target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell
2018-06-01scripts/update-linux-headers: Handle kernel license no longer being one filePeter Maydell
2018-06-01scripts/update-linux-headers: Handle __aligned_u64Peter Maydell
2018-06-01virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson
2018-06-01gdbstub: Prevent fd leakagePhilippe Mathieu-Daudé
2018-06-01docs/interop: add "firmware.json"Laszlo Ersek
2018-06-01ipmi: Use proper struct reference for KCS vmstateCorey Minyard
2018-06-01vmstate: Add a VSTRUCT typeCorey Minyard
2018-06-01tcg: remove softfloat from --disable-tcg buildsPaolo Bonzini
2018-06-01qemu-options: Mark the non-functional -clock option as deprecatedThomas Huth
2018-06-01WHPX: fix some compiler warningsLucian Petrut
2018-06-01WHPX: dynamically load WHP librariesLucian Petrut
2018-06-01exec.c: Initialize sa_flags passed to sigaction()Peter Maydell
2018-06-01memfd: Avoid Coverity warning about integer overflowPeter Maydell
2018-06-01mux: fix ctrl-a b againMarc-André Lureau
2018-06-01hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé
2018-06-01memory: delete struct AddressSpaceOpsJay Zhou
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2018-06-01memory.h: Fix typo in documentation commentPeter Maydell
2018-06-01virtio: free MemoryRegionCache when initialization failsPaolo Bonzini
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini
2018-06-01qom: Document qom/device-list-properties implementation specificAlexey Kardashevskiy
2018-06-01hw: Clean "hw/devices.h" includesPhilippe Mathieu-Daudé
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé
2018-06-01hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé
2018-06-01hw/hppa: Remove unused includePhilippe Mathieu-Daudé
2018-06-01hw/misc/sga: Use the correct ISA includePhilippe Mathieu-Daudé
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé
2018-06-01hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01nios2: do not include exec-all.h from cpu.hPaolo Bonzini
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini
2018-05-31target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé
2018-05-31target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé
2018-05-31target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECONDPhilippe Mathieu-Daudé
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31memory: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé
2018-05-31sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao
2018-05-25Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell
2018-05-25linux-user: define TARGET_SO_REUSEPORTLaurent Vivier