summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw: Clean "hw/devices.h" includesPhilippe Mathieu-Daudé2018-06-011-5/+2Star
* hw/ide: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/hppa: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/misc/sga: Use the correct ISA includePhilippe Mathieu-Daudé2018-06-011-1/+1
* hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé2018-06-012-4/+3Star
* hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé2018-06-012-1/+1
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-018-8/+0Star
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-016-6/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-0138-39/+0Star
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-0128-28/+0Star
* hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* nios2: do not include exec-all.h from cpu.hPaolo Bonzini2018-06-012-1/+1
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-0136-36/+0Star
* bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini2018-06-011-0/+1
* target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé2018-05-311-0/+1
* target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé2018-05-311-0/+1
* target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECONDPhilippe Mathieu-Daudé2018-05-311-0/+1
* target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-314-4/+0Star
* memory: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
* target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-315-5/+0Star
* accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
* vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2018-05-313-1/+2
* sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao2018-05-313-118/+130
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell2018-05-2529-380/+532
|\
| * gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell2018-05-252-0/+21
| * linux-user: define TARGET_SO_REUSEPORTLaurent Vivier2018-05-253-5/+2Star
| * linux-user: copy sparc/sockbits.h definitions from linuxLaurent Vivier2018-05-251-39/+92
| * linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier2018-05-255-132/+44Star
| * linux-user: move ppc socket.h definitions to ppc/sockbits.hLaurent Vivier2018-05-252-9/+25
| * linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier2018-05-2517-61/+82
| * linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.hLaurent Vivier2018-05-253-42/+97
| * linux-user: move alpha socket.h definitions to alpha/sockbits.hLaurent Vivier2018-05-252-105/+114
| * linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier2018-05-253-104/+113
| * linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell2018-05-251-1/+2
| * linux-user: update comments to point to tcg_exec_init()Igor Mammedov2018-05-252-6/+6
| * linux-user: update netlink emulationLaurent Vivier2018-05-251-0/+58
| * linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()Peter Maydell2018-05-241-2/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...Peter Maydell2018-05-247-53/+478
|\
| * MAINTAINERS: add vga entriesGerd Hoffmann2018-05-241-0/+21
| * bochs-display: add pcie supportGerd Hoffmann2018-05-241-0/+8
| * bochs-display: add dirty tracking supportGerd Hoffmann2018-05-241-2/+32
| * hw/display: add new bochs-display deviceGerd Hoffmann2018-05-242-0/+326
| * vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann2018-05-241-2/+4
| * vga: move bochs vbe defines to header fileGerd Hoffmann2018-05-243-46/+71
| * vga: catch depth 0Gerd Hoffmann2018-05-241-5/+18
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-05-2454-456/+1731
|\ \
| * | intel-iommu: rework the page walk logicPeter Xu2018-05-233-59/+159
| * | util: implement simple iova treePeter Xu2018-05-234-0/+255
| * | intel-iommu: trace domain id during page walkPeter Xu2018-05-232-7/+11