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
2023-05-19
hw/cxl: Introduce cxl_device_get_timestamp() utility function
Ira Weiny
3
-10
/
+18
2023-05-19
hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
Jonathan Cameron
1
-32
/
+32
2023-05-19
hw/pci-bridge: make building pcie-to-pci bridge configurable
Sebastian Ott
2
-1
/
+7
2023-05-19
virtio-pci: add handling of PCI ATS and Device-TLB enable/disable
Viktor Prutyanov
2
-0
/
+38
2023-05-19
hw/pci-host/pam: Make init_pam() usage more readable
Bernhard Beschow
4
-17
/
+18
2023-05-19
hw/i386/pc: Initialize ram_memory variable directly
Bernhard Beschow
4
-9
/
+4
2023-05-19
hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()
Bernhard Beschow
2
-4
/
+5
2023-05-19
hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name
Bernhard Beschow
2
-2
/
+2
2023-05-19
hw/i386/pc_q35: Reuse machine parameter
Bernhard Beschow
1
-1
/
+1
2023-05-19
hw/pci-host/q35: Inline sysbus_add_io()
Bernhard Beschow
1
-2
/
+4
2023-05-19
hw/pci-host/i440fx: Inline sysbus_add_io()
Bernhard Beschow
1
-2
/
+3
2023-05-19
vhost-vdpa: Add support for vIOMMU.
Cindy Lu
2
-7
/
+149
2023-05-19
vhost-vdpa: Add check for full 64-bit in region delete
Cindy Lu
1
-1
/
+19
2023-05-19
vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()
Cindy Lu
1
-1
/
+2
2023-05-19
vhost: expose function vhost_dev_has_iommu()
Cindy Lu
2
-1
/
+2
2023-05-19
virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request
Mauro Matteo Cascella
1
-9
/
+11
2023-05-19
virtio-net: not enable vq reset feature unconditionally
Eugenio PĂ©rez
1
-1
/
+0
2023-05-19
vhost-user: Remove acpi-specific memslot limit
David Hildenbrand
1
-11
/
+1
2023-05-19
virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64
David Hildenbrand
2
-2
/
+4
2023-05-19
hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
Leonardo Bras
4
-4
/
+12
2023-05-19
vhost-user: send SET_STATUS 0 after GET_VRING_BASE
Stefan Hajnoczi
1
-1
/
+15
2023-05-19
pci: pci_add_option_rom(): refactor: use g_autofree for path variable
Vladimir Sementsov-Ogievskiy
1
-7
/
+1
2023-05-19
pci: pci_add_option_rom(): improve style
Vladimir Sementsov-Ogievskiy
1
-10
/
+9
2023-05-19
ACPI: bios-tables-test.c step 5 (update expected table binaries)
Eric DeVolder
15
-14
/
+0
2023-05-19
ACPI: i386: bump to MADT to revision 3
Eric DeVolder
1
-1
/
+1
2023-05-19
ACPI: bios-tables-test.c step 2 (allowed-diff entries)
Eric DeVolder
1
-0
/
+14
2023-05-19
hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
Gregory Price
7
-114
/
+366
2023-05-19
hw/mem: Use memory_region_size() in cxl_type3
Jonathan Cameron
1
-4
/
+4
2023-05-19
tests/qtest/cxl-test: whitespace, line ending cleanup
Gregory Price
1
-38
/
+46
2023-05-19
hw/cxl: Fix incorrect reset of commit and associated clearing of committed.
Jonathan Cameron
2
-2
/
+25
2023-05-19
hw/cxl: Fix endian handling for decoder commit.
Jonathan Cameron
2
-7
/
+10
2023-05-19
hw/cxl: drop pointless memory_region_transaction_guards
Jonathan Cameron
1
-2
/
+0
2023-05-19
docs/cxl: Replace unsupported AARCH64 with x86_64
Raghu H
1
-3
/
+3
2023-05-19
docs/cxl: Remove incorrect CXL type 3 size parameter
Raghu H
1
-4
/
+4
2023-05-19
docs/cxl: fix some typos
Brice Goglin
1
-4
/
+4
2023-05-19
hw/cxl: cdat: Fix failure to free buffer in erorr paths
Jonathan Cameron
3
-15
/
+25
2023-05-19
hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()
Hao Zeng
1
-21
/
+8
2023-05-19
vhost: fix possible wrap in SVQ descriptor ring
Hawkins Jiawei
2
-1
/
+7
2023-05-18
accel/tcg: Fix append_mem_cb
Richard Henderson
1
-42
/
+0
2023-05-18
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
62
-1348
/
+2162
2023-05-18
Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...
Richard Henderson
20
-904
/
+959
2023-05-18
docs/devel: update build system docs
Paolo Bonzini
1
-108
/
+175
2023-05-18
configure: remove unnecessary check
Paolo Bonzini
1
-7
/
+0
2023-05-18
configure: reorder option parsing code
Paolo Bonzini
1
-63
/
+58
2023-05-18
configure: remove unnecessary mkdir
Paolo Bonzini
1
-1
/
+0
2023-05-18
configure: do not rerun the tests with -Werror
Paolo Bonzini
1
-34
/
+1
2023-05-18
configure: remove compiler sanity check
Paolo Bonzini
1
-14
/
+0
2023-05-18
build: move --disable-debug-info to meson
Paolo Bonzini
3
-5
/
+5
2023-05-18
build: move compiler version check to meson
Paolo Bonzini
2
-25
/
+20
2023-05-18
build: move remaining compiler flag tests to meson
Paolo Bonzini
2
-69
/
+62
[next]