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
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
11
-33
/
+34
2018-11-27
lsi: Reselection needed to remove pending commands from queue
George Kennedy
1
-12
/
+36
2018-11-27
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181127-pull-requ...
Peter Maydell
5
-5
/
+15
2018-11-27
usb-host: set ifs.detached as true if kernel driver is not active
linzhecheng
1
-0
/
+3
2018-11-27
audio/hda: fix guest triggerable assert
Gerd Hoffmann
1
-0
/
+6
2018-11-27
cirrus_vga/migration: update the bank offset before use
Wang Xin
1
-2
/
+3
2018-11-27
ps2kbd: default to scan enabled after reset
Hervé Poussineau
1
-1
/
+1
2018-11-26
hw/hyperv: fix NULL dereference with pure-kvm SynIC
Roman Kagan
1
-1
/
+5
2018-11-26
net: cadence_gem: Remove incorrect assert()
Edgar E. Iglesias
1
-1
/
+0
2018-11-26
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+3
2018-11-26
Merge remote-tracking branch 'remotes/xtensa/tags/20181125-xtensa' into staging
Peter Maydell
1
-0
/
+10
2018-11-26
fmops: fix off-by-one in AR_TABLE and DR_TABLE array size
Gerd Hoffmann
1
-2
/
+2
2018-11-23
9p: fix QEMU crash when renaming files
Greg Kurz
1
-0
/
+3
2018-11-22
nvme: fix bug with PCI IRQ pins on teardown
Logan Gunthorpe
1
-0
/
+1
2018-11-22
nvme: fix CMB endianness confusion
Paolo Bonzini
1
-5
/
+2
2018-11-22
Revert "nvme: fix oob access issue(CVE-2018-16847)"
Kevin Wolf
1
-7
/
+0
2018-11-22
nvme: fix out-of-bounds access to the CMB
Paolo Bonzini
1
-1
/
+1
2018-11-22
nvme: call blk_drain in NVMe reset code to avoid lockups
Igor Druzhinin
1
-0
/
+2
2018-11-22
scsi-disk: Fix crash if underlying host file or disk returns error
Richard W.M. Jones
1
-1
/
+1
2018-11-21
target/xtensa: xtfpga: provide default memory sizes
Max Filippov
1
-0
/
+10
2018-11-20
hw/i386: add pc-i440fx-3.1 & pc-q35-3.1
Marc-André Lureau
2
-5
/
+23
2018-11-20
9p: take write lock on fid path updates (CVE-2018-19364)
Greg Kurz
1
-0
/
+15
2018-11-19
hw/block/onenand: use qemu_log_mask() for reporting
Peter Maydell
1
-9
/
+13
2018-11-19
hw/block/onenand: Fix off-by-one error allowing out-of-bounds read
Peter Maydell
1
-1
/
+1
2018-11-19
hw/arm/stm32f205: Fix the UART and Timer region size
Seth Kintigh
2
-2
/
+2
2018-11-19
fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
Mark Cave-Ayland
1
-1
/
+1
2018-11-19
nvme: fix oob access issue(CVE-2018-16847)
Li Qiang
1
-0
/
+7
2018-11-19
Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-rc2' in...
Peter Maydell
1
-0
/
+1
2018-11-15
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-11-15-1...
Peter Maydell
1
-1
/
+1
2018-11-14
tpm: use loop iterator to set sts data field
Prasad J Pandit
1
-1
/
+1
2018-11-13
hw/riscv/virt: Free the test device tree node name
Alistair Francis
1
-0
/
+1
2018-11-13
s390x/pci: properly fail if the zPCI device cannot be created
David Hildenbrand
1
-6
/
+19
2018-11-13
hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
Eric Auger
1
-5
/
+7
2018-11-12
nvme: free cmbuf in nvme_exit
Li Qiang
1
-0
/
+3
2018-11-12
nvme: don't unref ctrl_mem when device unrealized
Li Qiang
1
-3
/
+0
2018-11-12
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181112-pull-requ...
Peter Maydell
1
-1
/
+1
2018-11-12
hw/acpi/nvdimm: Don't take address of fields in packed structs
Peter Maydell
1
-8
/
+8
2018-11-12
edid: silence a stringop-overflow warning
Marc-André Lureau
1
-1
/
+1
2018-11-12
pc-testdev: use HTTPS git URL
Stefan Hajnoczi
1
-1
/
+1
2018-11-09
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+3
2018-11-08
9p: write lock path in v9fs_co_open2()
Greg Kurz
1
-3
/
+3
2018-11-08
riscv: spike: Fix memory leak in the board init
Alistair Francis
1
-3
/
+3
2018-11-08
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...
Peter Maydell
12
-55
/
+88
2018-11-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
8
-92
/
+135
2018-11-08
ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HV
Suraj Jitindar Singh
2
-0
/
+34
2018-11-08
hw/ppc/ppc440_uc: Remove dead code in sdram_size()
Peter Maydell
1
-5
/
+1
2018-11-08
ppc/pnv: check size before data buffer access
Prasad J Pandit
1
-1
/
+7
2018-11-08
hw/ppc/mac_newworld: Free openpic_irqs array after use
Peter Maydell
1
-0
/
+1
2018-11-08
macio/pmu: Fix missing vmsd terminator
Dr. David Alan Gilbert
1
-0
/
+1
2018-11-08
spapr_pci: convert g_malloc() to g_new()
Greg Kurz
1
-1
/
+1
[next]