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
2014-12-10
vt82c686: fix coverity warning about out-of-bounds write
zhanghailiang
1
-22
/
+19
2014-12-10
virtio: remove useless declaration of virtio_net_init()
Gonglei
1
-3
/
+0
2014-12-10
qapi-schema: fix typo about change-vnc-password
Gonglei
1
-1
/
+1
2014-12-10
fw_cfg: remove superfluous blank line
Gonglei
1
-1
/
+0
2014-12-10
get_maintainer.pl: Remove the --git-chief-penguins option
Thomas Huth
1
-44
/
+1
2014-12-10
configure: Replace which(1) with "has"
Fam Zheng
1
-1
/
+1
2014-12-10
util: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-4
/
+4
2014-12-10
util: Fuse g_malloc(); memset() into g_new0()
Markus Armbruster
1
-2
/
+1
2014-12-10
util: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-26
/
+22
2014-12-10
Drop superfluous conditionals around g_strdup()
Markus Armbruster
3
-34
/
+19
2014-12-10
Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
2
-6
/
+2
2014-12-10
usb: delete redundant brackets in usb_host_handle_control()
lijun
1
-1
/
+1
2014-12-10
virtio-bus: avoid breaking build when open DEBUG switch
Gonglei
1
-1
/
+1
2014-12-10
acpi-build: Make DPRINTF working for acpi-build
Gonglei
1
-6
/
+12
2014-12-10
acpi-build: adjust indention 8 -> 4 spaces
Gonglei
1
-2
/
+2
2014-12-10
target-s390x: fix possible out of bounds read
zhanghailiang
1
-3
/
+3
2014-12-10
qmp: fix typo in input-send-event examples
Amos Kong
1
-2
/
+2
2014-12-09
Open 2.3 development tree
Peter Maydell
1
-1
/
+1
2014-12-09
Update version for v2.2.0 release
v2.2.0
Peter Maydell
1
-1
/
+1
2014-12-04
Update version for v2.2.0-rc5 release
v2.2.0-rc5
Peter Maydell
1
-1
/
+1
2014-12-04
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2014-8106-20141204...
Peter Maydell
1
-17
/
+48
2014-12-01
Update version for v2.2.0-rc4 release
v2.2.0-rc4
Peter Maydell
1
-1
/
+1
2014-12-01
vhost: Fix vhostfd leak in error branch
Gonglei
2
-0
/
+3
2014-12-01
cirrus: don't overflow CirrusVGAState->cirrus_bltbuf
Gerd Hoffmann
1
-0
/
+4
2014-12-01
cirrus: fix blit region check
Gerd Hoffmann
1
-17
/
+44
2014-11-28
Fix for crash after migration in virtio-rng on bi-endian targets
David Gibson
1
-7
/
+8
2014-11-28
virtio-net: fix unmap leak
Jason Wang
1
-2
/
+3
2014-11-27
hmp: fix regression of HMP device_del auto-completion
Marcel Apfelbaum
3
-10
/
+15
2014-11-27
qemu-timer: Avoid overflows when converting timeout to struct timespec
Peter Maydell
1
-1
/
+8
2014-11-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
9
-20
/
+54
2014-11-26
s390x/kvm: Fix compile error
Christian Borntraeger
1
-2
/
+2
2014-11-26
fw_cfg: fix boot order bug when dynamically modified via QOM
Gonglei
1
-2
/
+5
2014-11-26
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
Don Slutz
7
-16
/
+47
2014-11-25
Update version for v2.2.0-rc3 release
v2.2.0-rc3
Peter Maydell
1
-1
/
+1
2014-11-25
input: move input-send-event into experimental namespace
Gerd Hoffmann
3
-11
/
+15
2014-11-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
35
-1025
/
+1962
2014-11-24
pc: acpi: mark all possible CPUs as enabled in SRAT
Igor Mammedov
1
-8
/
+3
2014-11-24
pcie: fix improper use of negative value
Gonglei
1
-1
/
+1
2014-11-24
pcie: fix typo in pcie_cap_deverr_init()
Gonglei
1
-1
/
+1
2014-11-24
target-i386: move generic memory hotplug methods to DSDTs
Paolo Bonzini
12
-992
/
+1789
2014-11-24
acpi-build: mark RAM dirty on table update
Michael S. Tsirkin
3
-7
/
+14
2014-11-24
hw/pci: fix crash on shpc error flow
Marcel Apfelbaum
1
-0
/
+1
2014-11-24
pc: count in 1Gb hugepage alignment when sizing hotplug-memory container
Igor Mammedov
1
-0
/
+5
2014-11-24
pc: explicitly check maxmem limit when adding DIMM
Igor Mammedov
1
-0
/
+45
2014-11-24
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-30
/
+1
2014-11-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-10
/
+20
2014-11-24
apic: fix incorrect handling of ExtINT interrupts wrt processor priority
Paolo Bonzini
1
-4
/
+4
2014-11-24
apic: fix loss of IPI due to masked ExtINT
Paolo Bonzini
1
-1
/
+3
2014-11-24
apic: avoid getting out of halted state on masked PIC interrupts
Paolo Bonzini
2
-5
/
+13
2014-11-24
Revert "qemu-img info: show nocow info"
Kevin Wolf
2
-30
/
+1
[next]