aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Update Linux headers to 4.17-rc6Peter Maydell19-389/+628
2018-06-01target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell1-1/+6
2018-06-01scripts/update-linux-headers: Handle kernel license no longer being one filePeter Maydell1-0/+14
2018-06-01scripts/update-linux-headers: Handle __aligned_u64Peter Maydell1-1/+2
2018-06-01virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson1-0/+6
2018-06-01gdbstub: Prevent fd leakagePhilippe Mathieu-Daudé1-0/+1
2018-06-01docs/interop: add "firmware.json"Laszlo Ersek1-0/+540
2018-06-01ipmi: Use proper struct reference for KCS vmstateCorey Minyard1-15/+66
2018-06-01vmstate: Add a VSTRUCT typeCorey Minyard2-4/+66
2018-06-01tcg: remove softfloat from --disable-tcg buildsPaolo Bonzini1-1/+1
2018-06-01qemu-options: Mark the non-functional -clock option as deprecatedThomas Huth2-0/+6
2018-06-01WHPX: fix some compiler warningsLucian Petrut1-14/+35
2018-06-01WHPX: dynamically load WHP librariesLucian Petrut2-82/+145
2018-06-01exec.c: Initialize sa_flags passed to sigaction()Peter Maydell1-0/+1
2018-06-01memfd: Avoid Coverity warning about integer overflowPeter Maydell1-1/+1
2018-06-01mux: fix ctrl-a b againMarc-André Lureau2-0/+9
2018-06-01hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé1-2/+2
2018-06-01memory: delete struct AddressSpaceOpsJay Zhou1-2/+0
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini5-30/+6
2018-06-01memory.h: Fix typo in documentation commentPeter Maydell1-1/+1
2018-06-01virtio: free MemoryRegionCache when initialization failsPaolo Bonzini1-15/+18
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini1-12/+16
2018-06-01qom: Document qom/device-list-properties implementation specificAlexey Kardashevskiy1-0/+8
2018-06-01hw: Clean "hw/devices.h" includesPhilippe Mathieu-Daudé1-5/+2
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/hppa: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/misc/sga: Use the correct ISA includePhilippe Mathieu-Daudé1-1/+1
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé2-4/+3
2018-06-01hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé2-1/+1
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé8-8/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé6-6/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé38-39/+0
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé28-28/+0
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-06-01nios2: do not include exec-all.h from cpu.hPaolo Bonzini2-1/+1
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé36-36/+0
2018-06-01bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini1-0/+1
2018-05-31target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé1-0/+1
2018-05-31target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé1-0/+1
2018-05-31target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECONDPhilippe Mathieu-Daudé1-0/+1
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé4-4/+0
2018-05-31memory: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé5-5/+0
2018-05-31accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé3-1/+2
2018-05-31sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao3-118/+130
2018-05-25Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell29-380/+532
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell2-0/+21
2018-05-25linux-user: define TARGET_SO_REUSEPORTLaurent Vivier3-5/+2