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-09-30
hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC
Lev Kujawski
1
-0
/
+6
2022-09-30
tests/qtest/ide-test.c: Create disk image for use as a secondary
Lev Kujawski
1
-17
/
+22
2022-09-30
piix_ide_reset: Use pci_set_* functions instead of direct access
Lev Kujawski
1
-8
/
+9
2022-09-30
block: use the request length for iov alignment
Keith Busch
1
-1
/
+2
2022-09-30
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
3
-22
/
+21
2022-09-30
iotests/backing-file-invalidation: Add new test
Hanna Reitz
2
-0
/
+157
2022-09-30
block/qed: Keep auto_backing_file if possible
Hanna Reitz
1
-4
/
+11
2022-09-30
block/qcow2: Keep auto_backing_file if possible
Hanna Reitz
1
-5
/
+16
2022-09-30
gluster: stop using .bdrv_needs_filename
Stefan Hajnoczi
1
-4
/
+0
2022-09-30
block: make serializing requests functions 'void'
Denis V. Lunev
2
-17
/
+8
2022-09-30
block: use bdrv_is_sg() helper instead of raw bs->sg reading
Denis V. Lunev
3
-4
/
+4
2022-09-30
block: add missed block_acct_setup with new block device init procedure
Denis V. Lunev
5
-5
/
+92
2022-09-30
block: pass OnOffAuto instead of bool to block_acct_setup()
Denis V. Lunev
3
-10
/
+35
2022-09-30
qemu-img: Wean documentation and help output off '?' for help
Markus Armbruster
2
-3
/
+3
2022-09-30
block/qcow2-bitmap: Add missing cast to silent GCC error
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-30
qcow2: fix memory leak in qcow2_read_extensions
lu zhipeng
1
-0
/
+1
2022-09-29
checkpatch: ignore target/hexagon/imported/* files
Matheus Tavares Bernardino
1
-0
/
+1
2022-09-29
mem/cxl_type3: fix GPF DVSEC
Tong Zhang
1
-1
/
+1
2022-09-29
.gitignore: add .cache/ to .gitignore
Wang, Lei
1
-0
/
+1
2022-09-29
hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
Bernhard Beschow
1
-1
/
+1
2022-09-29
Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
12
-36
/
+179
2022-09-29
target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEP
Jerome Forissier
1
-1
/
+1
2022-09-29
hw/arm/virt: Fix devicetree warning about the SMMU node
Jean-Philippe Brucker
1
-2
/
+0
2022-09-29
hw/arm/virt: Use "msi-map" devicetree property for PCI
Jean-Philippe Brucker
1
-2
/
+2
2022-09-29
hw/arm/virt: Fix devicetree warning about the GIC node
Jean-Philippe Brucker
1
-0
/
+1
2022-09-29
hw/arm/virt: Fix devicetree warning about the root node
Jean-Philippe Brucker
1
-0
/
+1
2022-09-29
hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
Francisco Iglesias
2
-0
/
+39
2022-09-29
target/arm: Rearrange cpu64.c so all the CPU initfns are together
Peter Maydell
1
-356
/
+356
2022-09-29
target/arm: Update SDCR_VALID_MASK to include SCCD
Peter Maydell
1
-1
/
+7
2022-09-29
target/arm: Make writes to MDCR_EL3 use PMU start/finish calls
Peter Maydell
1
-4
/
+14
2022-09-29
target/arm: Mark registers which call pmu_op_start() as ARM_CP_IO
Peter Maydell
1
-6
/
+6
2022-09-29
ui: fix path to dbus-display1.h
Paolo Bonzini
2
-2
/
+2
2022-09-29
vhost-user: Call qemu_socketpair() instead of socketpair()
Guoyi Tu
2
-2
/
+3
2022-09-29
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
2
-0
/
+37
2022-09-29
chardev: fix segfault in finalize
Maksim Davydov
2
-2
/
+6
2022-09-29
serial: Allow unaligned i/o access
Arwed Meyer
1
-0
/
+3
2022-09-29
msmouse: Add pnp data
Arwed Meyer
1
-11
/
+47
2022-09-29
msmouse: Use fifo8 instead of array
Arwed Meyer
1
-22
/
+25
2022-09-29
chardev: src buffer const for write functions
Arwed Meyer
5
-7
/
+7
2022-09-29
msmouse: Handle mouse reset
Arwed Meyer
1
-2
/
+61
2022-09-29
watchdog: remove -watchdog option
Paolo Bonzini
12
-143
/
+7
2022-09-28
Merge tag 'pull-request-2022-09-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
31
-190
/
+285
2022-09-28
Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...
Stefan Hajnoczi
43
-262
/
+797
2022-09-28
Merge tag 'vfio-updates-20220927.1' of https://gitlab.com/alex.williamson/qem...
Stefan Hajnoczi
2
-17
/
+21
2022-09-28
Merge tag 'pull-xen-20220927' of https://xenbits.xen.org/git-http/people/aper...
Stefan Hajnoczi
1
-2
/
+2
2022-09-28
linux-user: Add parameters of getrandom() syscall for strace
Helge Deller
1
-1
/
+1
2022-09-27
vfio/common: Fix vfio_iommu_type1_info use after free
Alex Williamson
1
-17
/
+19
2022-09-27
vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...
Kunkun Jiang
1
-0
/
+2
2022-09-27
docs/devel: testing: Document writing portable test cases
Bin Meng
1
-0
/
+30
2022-09-27
tests/qtest: boot-serial-test: Close the serial file before starting QEMU
Bin Meng
1
-0
/
+3
[prev]
[next]