index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
hw/intc/arm_gicv3_its: Fix various off-by-one errors
Peter Maydell
2
-16
/
+16
2022-01-07
hw/intc/arm_gicv3_its: Use FIELD macros for CTEs
Peter Maydell
2
-4
/
+6
2022-01-07
hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field size
Peter Maydell
1
-1
/
+1
2022-01-07
hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
Peter Maydell
2
-14
/
+13
2022-01-07
hw/intc/arm_gicv3_its: Correct handling of MAPI
Peter Maydell
1
-11
/
+7
2022-01-07
hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
Peter Maydell
2
-29
/
+27
2022-01-07
hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
Peter Maydell
1
-1
/
+1
2022-01-07
hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
Peter Maydell
1
-57
/
+40
2022-01-07
hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
Peter Maydell
1
-2
/
+2
2022-01-07
hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
Peter Maydell
2
-14
/
+11
2022-01-07
hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
Peter Maydell
2
-12
/
+10
2022-01-07
hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
Peter Maydell
1
-2
/
+2
2022-01-07
target/arm: Add missing FEAT_TLBIOS instructions
Idan Horowitz
1
-0
/
+32
2022-01-07
Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
Troy Lee
2
-0
/
+10
2022-01-07
util/oslib-posix: Support concurrent os_mem_prealloc() invocation
David Hildenbrand
1
-0
/
+9
2022-01-07
util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
David Hildenbrand
1
-0
/
+8
2022-01-07
util/oslib-posix: Don't create too many threads with small memory or little p...
David Hildenbrand
1
-2
/
+10
2022-01-07
util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
David Hildenbrand
1
-26
/
+47
2022-01-07
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
2
-21
/
+69
2022-01-07
util/oslib-posix: Let touch_all_pages() return an error
David Hildenbrand
1
-12
/
+16
2022-01-07
hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
Andy Pei
1
-0
/
+1
2022-01-07
hw/i386: expose a "smbios-entry-point-type" PC machine property
Eduardo Habkost
4
-2
/
+32
2022-01-07
hw/smbios: Use qapi for SmbiosEntryPointType
Eduardo Habkost
2
-8
/
+14
2022-01-07
smbios: Rename SMBIOS_ENTRY_POINT_* enums
Eduardo Habkost
5
-9
/
+9
2022-01-07
pcie_aer: Don't trigger a LSI if none are defined
Frederic Barrat
1
-1
/
+3
2022-01-07
pci: Export the pci_intx() function
Frederic Barrat
2
-5
/
+5
2022-01-07
vhost-user-blk: propagate error return from generic vhost
Roman Kagan
1
-1
/
+1
2022-01-07
vhost: stick to -errno error return convention
Roman Kagan
1
-54
/
+46
2022-01-07
vhost-user: stick to -errno error return convention
Roman Kagan
1
-178
/
+223
2022-01-07
vhost-vdpa: stick to -errno error return convention
Roman Kagan
1
-14
/
+23
2022-01-07
vhost-backend: stick to -errno error return convention
Roman Kagan
1
-1
/
+1
2022-01-07
vhost-backend: avoid overflow on memslots_limit
Roman Kagan
1
-1
/
+1
2022-01-07
chardev/char-socket: tcp_chr_sync_read: don't clobber errno
Roman Kagan
1
-0
/
+3
2022-01-07
chardev/char-socket: tcp_chr_recv: don't clobber errno
Roman Kagan
1
-7
/
+7
2022-01-07
vhost-user-blk: reconnect on any error during realize
Roman Kagan
1
-1
/
+1
2022-01-07
trace-events,pci: unify trace events format
Laurent Vivier
3
-8
/
+10
2022-01-07
virtio-pci: add support for configure interrupt
Cindy Lu
2
-13
/
+83
2022-01-07
virtio-mmio: add support for configure interrupt
Cindy Lu
1
-0
/
+27
2022-01-07
virtio-net: add support for configure interrupt
Cindy Lu
4
-2
/
+22
2022-01-06
Merge tag 'linux-user-for-7.0-pull-request' of https://gitlab.com/laurent_viv...
Richard Henderson
79
-776
/
+1130
2022-01-06
vhost: add support for configure interrupt
Cindy Lu
2
-0
/
+80
2022-01-06
virtio: add support for configure interrupt
Cindy Lu
2
-0
/
+33
2022-01-06
vhost-vdpa: add support for config interrupt
Cindy Lu
2
-0
/
+8
2022-01-06
vhost: introduce new VhostOps vhost_set_config_call
Cindy Lu
1
-0
/
+3
2022-01-06
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
1
-58
/
+73
2022-01-06
virtio-pci: decouple notifier from interrupt process
Cindy Lu
1
-31
/
+57
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
6
-2
/
+35
2022-01-06
acpi: validate hotplug selector on access
Michael S. Tsirkin
1
-0
/
+3
2022-01-06
linux-user: netlink: update IFLA_BRPORT entries
Laurent Vivier
1
-0
/
+4
2022-01-06
linux-user: netlink: Add IFLA_VFINFO_LIST
Laurent Vivier
1
-0
/
+174
[prev]
[next]