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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
qapi/qom: QAPIfy object-add
Kevin Wolf
1
-8
/
+8
2021-03-18
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
10
-143
/
+1906
2021-03-18
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...
Peter Maydell
8
-267
/
+4
2021-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-1703...
Peter Maydell
2
-2
/
+6
2021-03-18
hw/block/nvme: add support for the format nvm command
Minwoo Im
5
-2
/
+187
2021-03-18
hw/block/nvme: pull lba format initialization
Klaus Jensen
1
-33
/
+41
2021-03-18
hw/block/nvme: prefer runtime helpers instead of device parameters
Klaus Jensen
2
-4
/
+4
2021-03-18
hw/block/nvme: support multiple lba formats
Minwoo Im
1
-8
/
+52
2021-03-18
hw/block/nvme: add non-mdts command size limit for verify
Klaus Jensen
2
-4
/
+31
2021-03-18
hw/block/nvme: add verify command
Gollu Appalanaidu
5
-3
/
+154
2021-03-18
hw/block/nvme: end-to-end data protection
Klaus Jensen
8
-41
/
+837
2021-03-18
hw/block/nvme: add metadata support
Klaus Jensen
4
-81
/
+620
2021-03-18
hw/block/nvme: fix zone management receive reporting too many zones
Klaus Jensen
1
-2
/
+3
2021-03-18
hw/block/nvme: assert namespaces array indices
Klaus Jensen
3
-4
/
+15
2021-03-18
hw/block/nvme: fix potential overflow
Klaus Jensen
1
-1
/
+2
2021-03-18
Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.0-pull-request' ...
Peter Maydell
2
-121
/
+77
2021-03-18
hw/scsi: remove 'scsi-disk' device
Daniel P. Berrangé
2
-63
/
+0
2021-03-18
hw/ide: remove 'ide-drive' device
Daniel P. Berrangé
5
-80
/
+0
2021-03-18
machine: remove 'arch' field from 'query-cpus-fast' QMP command
Daniel P. Berrangé
1
-41
/
+0
2021-03-18
machine: remove 'query-cpus' QMP command
Daniel P. Berrangé
2
-83
/
+4
2021-03-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
3
-1
/
+153
2021-03-17
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210316.0' i...
Peter Maydell
7
-95
/
+118
2021-03-17
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210316' int...
Peter Maydell
1
-8
/
+4
2021-03-17
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into...
Peter Maydell
1
-6
/
+3
2021-03-17
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...
Peter Maydell
16
-0
/
+1141
2021-03-17
hw/core: Only build guest-loader if libfdt is available
Philippe Mathieu-Daudé
2
-2
/
+6
2021-03-16
mac_via: remove VIA1 timer optimisations
Mark Cave-Ayland
1
-39
/
+4
2021-03-16
mac_via: fix 60Hz VIA1 timer interval
Mark Cave-Ayland
1
-2
/
+9
2021-03-16
mac_via: rename VBL timer to 60Hz timer
Mark Cave-Ayland
1
-20
/
+21
2021-03-16
mac_via: don't re-inject ADB response when switching to IDLE state
Mark Cave-Ayland
1
-51
/
+27
2021-03-16
mac_via: allow long accesses to VIA registers
Mark Cave-Ayland
1
-2
/
+2
2021-03-16
mac_via: fix up adb_via_receive() trace events
Mark Cave-Ayland
1
-17
/
+24
2021-03-16
mac_via: switch rtc pram trace-events to use hex rather than decimal for addr...
Mark Cave-Ayland
1
-2
/
+2
2021-03-16
hw/i8254: fix vmstate load
Pavel Dovgalyuk
1
-1
/
+1
2021-03-16
memory: add a sparse memory device for fuzzing
Alexander Bulekov
2
-0
/
+152
2021-03-16
vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
Keqian Zhu
2
-44
/
+40
2021-03-16
vfio: Support host translation granule size
Kunkun Jiang
1
-23
/
+25
2021-03-16
vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration
Shenming Lu
1
-3
/
+17
2021-03-16
vfio: Set the priority of the VFIO VM state change handler explicitly
Shenming Lu
1
-1
/
+2
2021-03-16
vfio: Move the saving of the config space to the right place in VFIO migration
Shenming Lu
1
-10
/
+15
2021-03-16
spapr_iommu: Fix vhost integration regression
Eric Auger
1
-0
/
+5
2021-03-16
vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier
Eric Auger
1
-1
/
+1
2021-03-16
hw/vfio/pci-quirks: Replace the word 'blacklist'
Philippe Mathieu-Daudé
4
-11
/
+11
2021-03-16
vfio: Fix vfio_listener_log_sync function name typo
Zenghui Yu
1
-2
/
+2
2021-03-16
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210315-pull-request' ...
Peter Maydell
13
-335
/
+391
2021-03-16
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
17
-42
/
+63
2021-03-16
hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD
Mahmoud Mandour
1
-8
/
+4
2021-03-15
m68k: add Virtual M68k Machine
Laurent Vivier
3
-0
/
+323
2021-03-15
m68k: add a system controller
Laurent Vivier
4
-0
/
+164
2021-03-15
m68k: add an interrupt controller
Laurent Vivier
3
-0
/
+123
[next]