summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | intel-iommu: pass in address space when page walkPeter Xu2018-05-231-0/+4
| * | intel-iommu: introduce vtd_page_walk_infoPeter Xu2018-05-231-32/+52
| * | intel-iommu: only do page walk for MAP notifiersPeter Xu2018-05-232-5/+41
| * | intel-iommu: add iommu lockPeter Xu2018-05-232-9/+53
| * | intel-iommu: remove IntelIOMMUNotifierNodePeter Xu2018-05-232-37/+13Star
| * | intel-iommu: send PSI always even if across PDEsPeter Xu2018-05-231-12/+30
| * | nvdimm: fix typo in label-size definitionRoss Zwisler2018-05-232-2/+2
| * | contrib/vhost-user-blk: enable protocol feature for vhost-user-blkChangpeng Liu2018-05-231-0/+7
| * | hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson2018-05-231-1/+1
| * | libvhost-user: Send messages with no dataDr. David Alan Gilbert2018-05-231-7/+9
| * | vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert2018-05-231-1/+1
| * | virtio: support setting memory region based host notifierTiwei Bie2018-05-234-0/+39