aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-25linux-user: copy sparc/sockbits.h definitions from linuxLaurent Vivier1-39/+92
2018-05-25linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier5-132/+44
2018-05-25linux-user: move ppc socket.h definitions to ppc/sockbits.hLaurent Vivier2-9/+25
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier17-61/+82
2018-05-25linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.hLaurent Vivier3-42/+97
2018-05-25linux-user: move alpha socket.h definitions to alpha/sockbits.hLaurent Vivier2-105/+114
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier3-104/+113
2018-05-25linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell1-1/+2
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov2-6/+6
2018-05-25linux-user: update netlink emulationLaurent Vivier1-0/+58
2018-05-24linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()Peter Maydell1-2/+2
2018-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...Peter Maydell7-53/+478
2018-05-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell54-456/+1731
2018-05-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell58-1897/+3601
2018-05-24Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell14-622/+427
2018-05-24Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20180521' into s...Peter Maydell1-0/+4
2018-05-24MAINTAINERS: add vga entriesGerd Hoffmann1-0/+21
2018-05-24bochs-display: add pcie supportGerd Hoffmann1-0/+8
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann1-2/+32
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann2-0/+326
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann1-2/+4
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann3-46/+71
2018-05-24vga: catch depth 0Gerd Hoffmann1-5/+18
2018-05-23intel-iommu: rework the page walk logicPeter Xu3-59/+159
2018-05-23util: implement simple iova treePeter Xu4-0/+255
2018-05-23intel-iommu: trace domain id during page walkPeter Xu2-7/+11
2018-05-23intel-iommu: pass in address space when page walkPeter Xu1-0/+4
2018-05-23intel-iommu: introduce vtd_page_walk_infoPeter Xu1-32/+52
2018-05-23intel-iommu: only do page walk for MAP notifiersPeter Xu2-5/+41
2018-05-23intel-iommu: add iommu lockPeter Xu2-9/+53
2018-05-23intel-iommu: remove IntelIOMMUNotifierNodePeter Xu2-37/+13
2018-05-23intel-iommu: send PSI always even if across PDEsPeter Xu1-12/+30