Age | Commit message (Expand) | Author |
2018-06-01 | qemu-options: Mark the non-functional -clock option as deprecated | Thomas Huth |
2018-06-01 | WHPX: fix some compiler warnings | Lucian Petrut |
2018-06-01 | WHPX: dynamically load WHP libraries | Lucian Petrut |
2018-06-01 | exec.c: Initialize sa_flags passed to sigaction() | Peter Maydell |
2018-06-01 | memfd: Avoid Coverity warning about integer overflow | Peter Maydell |
2018-06-01 | mux: fix ctrl-a b again | Marc-André Lureau |
2018-06-01 | hw/isa/superio: Fix inconsistent use of Chardev->be | Philippe Mathieu-Daudé |
2018-06-01 | memory: delete struct AddressSpaceOps | Jay Zhou |
2018-06-01 | memory: get rid of memory_region_init_reservation | Paolo Bonzini |
2018-06-01 | memory.h: Fix typo in documentation comment | Peter Maydell |
2018-06-01 | virtio: free MemoryRegionCache when initialization fails | Paolo Bonzini |
2018-06-01 | qom: support orphan objects in object_get_canonical_path | Paolo Bonzini |
2018-06-01 | qom: Document qom/device-list-properties implementation specific | Alexey Kardashevskiy |
2018-06-01 | hw: Clean "hw/devices.h" includes | Philippe Mathieu-Daudé |
2018-06-01 | hw/ide: Remove unused include | Philippe Mathieu-Daudé |
2018-06-01 | hw/i386/pc: Remove unused include | Philippe Mathieu-Daudé |
2018-06-01 | hw/hppa: Remove unused include | Philippe Mathieu-Daudé |
2018-06-01 | hw/misc/sga: Use the correct ISA include | Philippe Mathieu-Daudé |
2018-06-01 | hw/misc/mips_itu: Cleanup includes | Philippe Mathieu-Daudé |
2018-06-01 | hw/block/nvme: Include "qemu/cutils.h" directly in the source file | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "exec/ioport.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | nios2: do not include exec-all.h from cpu.h | Paolo Bonzini |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock" | Paolo Bonzini |
2018-05-31 | target/hppa: Include "qemu/log.h" to use qemu_log() | Philippe Mathieu-Daudé |
2018-05-31 | target/ppc: Include "exec/exec-all.h" which provides tlb_flush() | Philippe Mathieu-Daudé |
2018-05-31 | target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECOND | Philippe Mathieu-Daudé |
2018-05-31 | target/i386: Do not include "exec/ioport.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | memory: Do not include "exec/ioport.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | target: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | accel: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | vfio: Include "exec/address-spaces.h" directly in the source file | Philippe Mathieu-Daudé |
2018-05-31 | sandbox: disable -sandbox if CONFIG_SECCOMP undefined | Yi Min Zhao |
2018-05-25 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r... | Peter Maydell |
2018-05-25 | gdbstub: Clarify what gdb_handlesig() is doing | Peter Maydell |
2018-05-25 | linux-user: define TARGET_SO_REUSEPORT | Laurent Vivier |
2018-05-25 | linux-user: copy sparc/sockbits.h definitions from linux | Laurent Vivier |
2018-05-25 | linux-user: update ARCH_HAS_SOCKET_TYPES use | Laurent Vivier |
2018-05-25 | linux-user: move ppc socket.h definitions to ppc/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move socket.h generic definitions to generic/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move alpha socket.h definitions to alpha/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move mips socket.h definitions to mips/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: Fix payload size logic in host_to_target_cmsg() | Peter Maydell |
2018-05-25 | linux-user: update comments to point to tcg_exec_init() | Igor Mammedov |
2018-05-25 | linux-user: update netlink emulation | Laurent Vivier |