index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-31
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
3
-118
/
+130
2018-05-25
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...
Peter Maydell
29
-380
/
+532
2018-05-25
gdbstub: Clarify what gdb_handlesig() is doing
Peter Maydell
2
-0
/
+21
2018-05-25
linux-user: define TARGET_SO_REUSEPORT
Laurent Vivier
3
-5
/
+2
2018-05-25
linux-user: copy sparc/sockbits.h definitions from linux
Laurent Vivier
1
-39
/
+92
2018-05-25
linux-user: update ARCH_HAS_SOCKET_TYPES use
Laurent Vivier
5
-132
/
+44
2018-05-25
linux-user: move ppc socket.h definitions to ppc/sockbits.h
Laurent Vivier
2
-9
/
+25
2018-05-25
linux-user: move socket.h generic definitions to generic/sockbits.h
Laurent Vivier
17
-61
/
+82
2018-05-25
linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h
Laurent Vivier
3
-42
/
+97
2018-05-25
linux-user: move alpha socket.h definitions to alpha/sockbits.h
Laurent Vivier
2
-105
/
+114
2018-05-25
linux-user: move mips socket.h definitions to mips/sockbits.h
Laurent Vivier
3
-104
/
+113
2018-05-25
linux-user: Fix payload size logic in host_to_target_cmsg()
Peter Maydell
1
-1
/
+2
2018-05-25
linux-user: update comments to point to tcg_exec_init()
Igor Mammedov
2
-6
/
+6
2018-05-25
linux-user: update netlink emulation
Laurent Vivier
1
-0
/
+58
2018-05-24
linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()
Peter Maydell
1
-2
/
+2
2018-05-24
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...
Peter Maydell
7
-53
/
+478
2018-05-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
54
-456
/
+1731
2018-05-24
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
58
-1897
/
+3601
2018-05-24
Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...
Peter Maydell
14
-622
/
+427
2018-05-24
Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20180521' into s...
Peter Maydell
1
-0
/
+4
2018-05-24
MAINTAINERS: add vga entries
Gerd Hoffmann
1
-0
/
+21
2018-05-24
bochs-display: add pcie support
Gerd Hoffmann
1
-0
/
+8
2018-05-24
bochs-display: add dirty tracking support
Gerd Hoffmann
1
-2
/
+32
2018-05-24
hw/display: add new bochs-display device
Gerd Hoffmann
2
-0
/
+326
2018-05-24
vga-pci: use PCI_VGA_MMIO_SIZE
Gerd Hoffmann
1
-2
/
+4
2018-05-24
vga: move bochs vbe defines to header file
Gerd Hoffmann
3
-46
/
+71
2018-05-24
vga: catch depth 0
Gerd Hoffmann
1
-5
/
+18
2018-05-23
intel-iommu: rework the page walk logic
Peter Xu
3
-59
/
+159
2018-05-23
util: implement simple iova tree
Peter Xu
4
-0
/
+255
2018-05-23
intel-iommu: trace domain id during page walk
Peter Xu
2
-7
/
+11
2018-05-23
intel-iommu: pass in address space when page walk
Peter Xu
1
-0
/
+4
2018-05-23
intel-iommu: introduce vtd_page_walk_info
Peter Xu
1
-32
/
+52
2018-05-23
intel-iommu: only do page walk for MAP notifiers
Peter Xu
2
-5
/
+41
2018-05-23
intel-iommu: add iommu lock
Peter Xu
2
-9
/
+53
2018-05-23
intel-iommu: remove IntelIOMMUNotifierNode
Peter Xu
2
-37
/
+13
2018-05-23
intel-iommu: send PSI always even if across PDEs
Peter Xu
1
-12
/
+30
2018-05-23
nvdimm: fix typo in label-size definition
Ross Zwisler
2
-2
/
+2
2018-05-23
contrib/vhost-user-blk: enable protocol feature for vhost-user-blk
Changpeng Liu
1
-0
/
+7
2018-05-23
hw/virtio: Fix brace Werror with clang 6.0.0
Richard Henderson
1
-1
/
+1
2018-05-23
libvhost-user: Send messages with no data
Dr. David Alan Gilbert
1
-7
/
+9
2018-05-23
vhost-user+postcopy: Use qemu_set_nonblock
Dr. David Alan Gilbert
1
-1
/
+1
2018-05-23
virtio: support setting memory region based host notifier
Tiwei Bie
4
-0
/
+39
2018-05-23
vhost-user: support receiving file descriptors in slave_read
Tiwei Bie
1
-1
/
+40
2018-05-23
qemu-iotests: Test job-* with block jobs
Kevin Wolf
3
-0
/
+537
2018-05-23
iotests: Move qmp_to_opts() to VM
Kevin Wolf
3
-26
/
+27
2018-05-23
blockjob: Remove BlockJob.driver
Kevin Wolf
2
-10
/
+10
2018-05-23
job: Add query-jobs QMP command
Kevin Wolf
4
-1
/
+104
2018-05-23
job: Add lifecycle QMP commands
Kevin Wolf
5
-0
/
+244
2018-05-23
job: Add JOB_STATUS_CHANGE QMP event
Kevin Wolf
23
-44
/
+449
2018-05-23
job: Introduce qapi/job.json
Kevin Wolf
6
-89
/
+110
[next]