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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
pcie_sriov: Reset SR-IOV extended capability
Akihiko Odaki
3
-10
/
+20
2024-03-12
pcie_sriov: Validate NumVFs
Akihiko Odaki
1
-0
/
+3
2024-03-12
hw/nvme: Use pcie_sriov_num_vfs()
Akihiko Odaki
1
-18
/
+8
2024-03-12
Implement SMBIOS type 9 v2.6
Felix Wu
1
-3
/
+46
2024-03-12
Implement base of SMBIOS type 9 descriptor.
Felix Wu
1
-0
/
+99
2024-03-12
hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()
Zhao Liu
1
-0
/
+4
2024-03-12
hw/vfio/iommufd: Fix missing ERRP_GUARD() in iommufd_cdev_getfd()
Zhao Liu
1
-0
/
+1
2024-03-12
hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize()
Zhao Liu
1
-0
/
+1
2024-03-12
hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()
Zhao Liu
1
-2
/
+1
2024-03-12
hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()
Zhao Liu
1
-0
/
+1
2024-03-12
hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()
Zhao Liu
1
-0
/
+1
2024-03-12
hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()
Zhao Liu
1
-0
/
+1
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
3
-3
/
+241
2024-03-12
hw/virtio: check owner for removing objects
Albert Esteve
1
-2
/
+19
2024-03-12
hw/audio/virtio-sound: return correct command response size
Volker Rümelin
1
-2
/
+5
2024-03-12
hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge.
Jonathan Cameron
2
-5
/
+18
2024-03-12
vdpa: trace skipped memory sections
Eugenio Pérez
2
-0
/
+4
2024-03-12
vdpa: stash memory region properties in vars
Eugenio Pérez
1
-6
/
+8
2024-03-12
pcie: Support PCIe Gen5/Gen6 link speeds
Lukas Stockner
2
-2
/
+22
2024-03-12
vdpa: fix network breakage after cancelling migration
Si-Wei Liu
1
-1
/
+9
2024-03-12
vdpa: add vhost_vdpa_set_dev_vring_base trace for svq mode
Si-Wei Liu
2
-2
/
+5
2024-03-12
vdpa: add vhost_vdpa_get_vring_base trace for svq mode
Si-Wei Liu
2
-2
/
+3
2024-03-12
vdpa: factor out vhost_vdpa_last_dev
Si-Wei Liu
1
-2
/
+7
2024-03-12
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
6
-34
/
+282
2024-03-12
Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper...
Peter Maydell
3
-5
/
+35
2024-03-12
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Peter Maydell
1
-17
/
+41
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
34
-50
/
+61
2024-03-13
spapr: nested: Introduce cap-nested-papr for Nested PAPR API
Harsh Prateek Bora
3
-3
/
+61
2024-03-13
spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.
Harsh Prateek Bora
2
-30
/
+314
2024-03-13
spapr: nested: Use correct source for parttbl info for nested PAPR API.
Harsh Prateek Bora
2
-12
/
+35
2024-03-13
spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.
Harsh Prateek Bora
1
-0
/
+268
2024-03-13
spapr: nested: Initialize the GSB elements lookup table.
Harsh Prateek Bora
1
-2
/
+485
2024-03-13
spapr: nested: Extend nested_ppc_state for nested PAPR API
Harsh Prateek Bora
1
-0
/
+106
2024-03-13
spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.
Harsh Prateek Bora
1
-0
/
+62
2024-03-13
spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.
Harsh Prateek Bora
1
-0
/
+103
2024-03-13
spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.
Harsh Prateek Bora
1
-0
/
+115
2024-03-13
spapr: nested: keep nested-hv related code restricted to its API.
Harsh Prateek Bora
2
-4
/
+27
2024-03-13
spapr: nested: Introduce SpaprMachineStateNested to store related info.
Harsh Prateek Bora
1
-4
/
+4
2024-03-13
spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
Harsh Prateek Bora
2
-26
/
+38
2024-03-13
spapr: nested: register nested-hv api hcalls only for cap-nested-hv
Harsh Prateek Bora
3
-4
/
+46
2024-03-13
ppc/pnv: Improve pervasive topology calculation for big-core
Caleb Schlossin
2
-24
/
+55
2024-03-13
ppc/pnv: Set POWER9, POWER10 ibm,pa-features bits
Nicholas Piggin
2
-2
/
+66
2024-03-13
ppc/pnv: Permit ibm,pa-features set per machine variant
Nicholas Piggin
1
-12
/
+29
2024-03-13
ppc/spapr: Add pa-features for POWER10 machines
Benjamin Gray
1
-0
/
+34
2024-03-13
ppc/spapr: Adjust ibm,pa-features for POWER9
Nicholas Piggin
1
-5
/
+5
2024-03-13
ppc/spapr: Remove copy-paste from pa-features
Nicholas Piggin
1
-2
/
+6
2024-03-13
ppc/spapr|pnv: Remove SAO from pa-features
Nicholas Piggin
2
-5
/
+11
2024-03-13
ppc: Drop support for POWER9 and POWER10 DD1 chips
Nicholas Piggin
1
-2
/
+0
2024-03-13
spapr: set MSR[ME] and MSR[FP] on client entry
Nicholas Piggin
1
-1
/
+5
2024-03-12
hw/nvme: add machine compatibility parameter to enable msix exclusive bar
Klaus Jensen
3
-15
/
+38
[prev]
[next]