index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
tests: acpi: prepare for updated TPM related tables
Stefan Berger
2022-01-08
1
-0
/
+2
|
*
|
|
|
virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup
Daniil Tatianin
2022-01-08
1
-6
/
+5
|
*
|
|
|
hw/scsi/vhost-scsi: don't double close vhostfd on error
Daniil Tatianin
2022-01-08
1
-1
/
+8
|
*
|
|
|
hw/scsi/vhost-scsi: don't leak vqs on error
Daniil Tatianin
2022-01-08
1
-2
/
+4
|
*
|
|
|
docs: reSTify virtio-balloon-stats documentation and move to docs/interop
Thomas Huth
2022-01-08
3
-28
/
+32
|
*
|
|
|
hw/i386/pc: Add missing property descriptions
Thomas Huth
2022-01-08
1
-0
/
+8
|
*
|
|
|
acpihp: simplify acpi_pcihp_disable_root_bus
Ani Sinha
2022-01-08
1
-7
/
+2
|
*
|
|
|
tests: acpi: SLIC: update expected blobs
Igor Mammedov
2022-01-08
3
-2
/
+0
|
*
|
|
|
tests: acpi: add SLIC table test
Igor Mammedov
2022-01-08
1
-0
/
+15
|
*
|
|
|
tests: acpi: whitelist expected blobs before changing them
Igor Mammedov
2022-01-08
3
-0
/
+2
|
*
|
|
|
acpi: fix QEMU crash when started with SLIC table
Igor Mammedov
2022-01-08
2
-2
/
+4
|
*
|
|
|
intel-iommu: correctly check passthrough during translation
Jason Wang
2022-01-08
1
-15
/
+23
|
*
|
|
|
virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86
David Hildenbrand
2022-01-08
2
-2
/
+4
|
*
|
|
|
virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
David Hildenbrand
2022-01-08
2
-0
/
+71
|
*
|
|
|
linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
David Hildenbrand
2022-01-08
1
-3
/
+6
|
*
|
|
|
MAINTAINERS: Add a separate entry for acpi/VIOT tables
Ani Sinha
2022-01-08
1
-0
/
+7
|
*
|
|
|
virtio: signal after wrapping packed used_idx
Stefan Hajnoczi
2022-01-08
1
-0
/
+1
|
*
|
|
|
virtio-mem: Support "prealloc=on" option
David Hildenbrand
2022-01-08
2
-4
/
+39
|
*
|
|
|
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
2022-01-08
2
-3
/
+38
|
*
|
|
|
util/oslib-posix: Support concurrent os_mem_prealloc() invocation
David Hildenbrand
2022-01-07
1
-0
/
+9
|
*
|
|
|
util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
David Hildenbrand
2022-01-07
1
-0
/
+8
|
*
|
|
|
util/oslib-posix: Don't create too many threads with small memory or little p...
David Hildenbrand
2022-01-07
1
-2
/
+10
|
*
|
|
|
util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
David Hildenbrand
2022-01-07
1
-26
/
+47
|
*
|
|
|
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
2022-01-07
2
-21
/
+69
|
*
|
|
|
util/oslib-posix: Let touch_all_pages() return an error
David Hildenbrand
2022-01-07
1
-12
/
+16
|
*
|
|
|
hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
Andy Pei
2022-01-07
1
-0
/
+1
|
*
|
|
|
hw/i386: expose a "smbios-entry-point-type" PC machine property
Eduardo Habkost
2022-01-07
4
-2
/
+32
|
*
|
|
|
hw/smbios: Use qapi for SmbiosEntryPointType
Eduardo Habkost
2022-01-07
2
-8
/
+14
|
*
|
|
|
smbios: Rename SMBIOS_ENTRY_POINT_* enums
Eduardo Habkost
2022-01-07
5
-9
/
+9
|
*
|
|
|
pcie_aer: Don't trigger a LSI if none are defined
Frederic Barrat
2022-01-07
1
-1
/
+3
|
*
|
|
|
pci: Export the pci_intx() function
Frederic Barrat
2022-01-07
2
-5
/
+5
|
*
|
|
|
vhost-user-blk: propagate error return from generic vhost
Roman Kagan
2022-01-07
1
-1
/
+1
|
*
|
|
|
vhost: stick to -errno error return convention
Roman Kagan
2022-01-07
1
-54
/
+46
|
*
|
|
|
vhost-user: stick to -errno error return convention
Roman Kagan
2022-01-07
1
-178
/
+223
|
*
|
|
|
vhost-vdpa: stick to -errno error return convention
Roman Kagan
2022-01-07
1
-14
/
+23
|
*
|
|
|
vhost-backend: stick to -errno error return convention
Roman Kagan
2022-01-07
1
-1
/
+1
|
*
|
|
|
vhost-backend: avoid overflow on memslots_limit
Roman Kagan
2022-01-07
1
-1
/
+1
|
*
|
|
|
chardev/char-socket: tcp_chr_sync_read: don't clobber errno
Roman Kagan
2022-01-07
1
-0
/
+3
|
*
|
|
|
chardev/char-socket: tcp_chr_recv: don't clobber errno
Roman Kagan
2022-01-07
1
-7
/
+7
|
*
|
|
|
vhost-user-blk: reconnect on any error during realize
Roman Kagan
2022-01-07
1
-1
/
+1
|
*
|
|
|
trace-events,pci: unify trace events format
Laurent Vivier
2022-01-07
3
-8
/
+10
|
*
|
|
|
virtio-pci: add support for configure interrupt
Cindy Lu
2022-01-07
2
-13
/
+83
|
*
|
|
|
virtio-mmio: add support for configure interrupt
Cindy Lu
2022-01-07
1
-0
/
+27
|
*
|
|
|
virtio-net: add support for configure interrupt
Cindy Lu
2022-01-07
4
-2
/
+22
|
*
|
|
|
vhost: add support for configure interrupt
Cindy Lu
2022-01-06
2
-0
/
+80
|
*
|
|
|
virtio: add support for configure interrupt
Cindy Lu
2022-01-06
2
-0
/
+33
|
*
|
|
|
vhost-vdpa: add support for config interrupt
Cindy Lu
2022-01-06
2
-0
/
+8
|
*
|
|
|
vhost: introduce new VhostOps vhost_set_config_call
Cindy Lu
2022-01-06
1
-0
/
+3
|
*
|
|
|
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
2022-01-06
1
-58
/
+73
|
*
|
|
|
virtio-pci: decouple notifier from interrupt process
Cindy Lu
2022-01-06
1
-31
/
+57
[prev]
[next]