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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-12-07
gicv3: fix ICH_MISR's LRENP computation
Damien Hedde
1
-1
/
+2
2021-12-06
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
1
-1
/
+1
2021-12-06
virtio-blk: Fix clean up of host notifiers for single MR transaction.
Mark Mielke
1
-1
/
+1
2021-12-06
Revert "vga: don't abort when adding a duplicate isa-vga device"
Alex Bennée
1
-10
/
+0
2021-12-06
hw/mips/boston: Fix load_elf() error detection
Jiaxun Yang
1
-2
/
+3
2021-12-06
hw/mips/bootloader: Fix write_ulong()
Jiaxun Yang
1
-1
/
+5
2021-12-02
hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196
Philippe Mathieu-Daudé
1
-1
/
+13
2021-12-02
hw/block/fdc: Extract blk_create_empty_drive()
Philippe Mathieu-Daudé
1
-2
/
+7
2021-11-29
target/ppc: fix Hash64 MMU update of PTE bit R
Leandro Lupori
2
-5
/
+5
2021-11-29
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
6
-10
/
+57
2021-11-29
Fix bad overflow check in hw/pci/pcie.c
Daniella Lee
1
-2
/
+2
2021-11-29
intel-iommu: ignore leaf SNP bit in scalable mode
Jason Wang
2
-0
/
+8
2021-11-29
virtio-balloon: correct used length
Jason Wang
1
-3
/
+3
2021-11-29
virtio-balloon: process all in sgs for free_page_vq
Jason Wang
1
-2
/
+5
2021-11-29
hw/intc/arm_gicv3: fix handling of LPIs in list registers
Peter Maydell
1
-3
/
+2
2021-11-28
failover: fix unplug pending detection
Laurent Vivier
1
-3
/
+27
2021-11-28
virtio-mmio : fix the crash in the vm shutdown
Cindy Lu
1
-0
/
+12
2021-11-26
hw/intc/arm_gicv3: Add new gicv3_intid_is_special() function
Peter Maydell
2
-2
/
+15
2021-11-26
hw/intc/arm_gicv3: Update cached state after LPI state changes
Peter Maydell
3
-6
/
+31
2021-11-26
hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit
Shashi Mallela
1
-3
/
+4
2021-11-26
hw/arm/virt: Extend nested and mte checks to hvf
Alexander Graf
1
-6
/
+9
2021-11-22
hw/intc/arm_gicv3_its: Revert version increments in vmstate_its
Eric Auger
1
-2
/
+0
2021-11-22
Merge tag 'fixes-20211122-pull-request' of git://git.kraxel.org/qemu into sta...
Richard Henderson
1
-2
/
+9
2021-11-22
microvm: check g_file_set_contents() return value
Gerd Hoffmann
1
-1
/
+4
2021-11-22
microvm: add missing g_free() call
Gerd Hoffmann
1
-0
/
+2
2021-11-22
hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()
Philippe Mathieu-Daudé
1
-1
/
+3
2021-11-22
hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset
Philippe Mathieu-Daudé
1
-8
/
+5
2021-11-22
hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE
Thomas Huth
1
-1
/
+8
2021-11-21
escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1
Mark Cave-Ayland
1
-0
/
+14
2021-11-21
escc: always set STATUS_TXEMPTY in R_STATUS on device reset
Mark Cave-Ayland
1
-0
/
+11
2021-11-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+1
2021-11-19
Merge tag 'pull-ppc-20211119' of https://github.com/legoater/qemu into staging
Richard Henderson
1
-0
/
+1
2021-11-19
Merge tag 'nvme-fixes-for-6.2-pull-request' of git://git.infradead.org/qemu-n...
Richard Henderson
4
-8
/
+16
2021-11-19
esp: ensure that async_len is reset to 0 during esp_hard_reset()
Mark Cave-Ayland
1
-0
/
+1
2021-11-19
hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947)
Klaus Jensen
1
-0
/
+5
2021-11-19
hw/nvme: change nvme-ns 'shared' default
Klaus Jensen
2
-7
/
+2
2021-11-19
hw/nvme: reattach subsystem namespaces on hotplug
Hannes Reinecke
1
-1
/
+9
2021-11-19
net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
Prasad J Pandit
1
-0
/
+13
2021-11-17
vfio: Fix memory leak of hostwin
Peng Liang
1
-0
/
+8
2021-11-17
pmu: fix pmu vmstate subsection list
Laurent Vivier
1
-0
/
+1
2021-11-16
Merge tag 'pull-target-arm-20211115-1' of https://git.linaro.org/people/pmayd...
Richard Henderson
6
-59
/
+71
2021-11-15
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
12
-54
/
+160
2021-11-15
hw/rtc/pl031: Send RTC_CHANGE QMP event
Eric Auger
2
-2
/
+10
2021-11-15
hw/intc/arm_gicv3: Support multiple redistributor regions
Peter Maydell
4
-30
/
+35
2021-11-15
hw/intc/arm_gicv3: Set GICR_TYPER.Last correctly when nb_redist_regions > 1
Peter Maydell
1
-5
/
+12
2021-11-15
hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...
Peter Maydell
3
-23
/
+15
2021-11-15
pcie: expire pending delete
Gerd Hoffmann
1
-0
/
+2
2021-11-15
pcie: fast unplug when slot power is off
Gerd Hoffmann
1
-0
/
+10
2021-11-15
pcie: factor out pcie_cap_slot_unplug()
Gerd Hoffmann
1
-12
/
+20
2021-11-15
pcie: add power indicator blink check
Gerd Hoffmann
1
-0
/
+7
[next]