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
2013-08-30
virtio-mmio: Pass size to virtio_mmio_bus_new()
Andreas Färber
1
-3
/
+5
2013-08-30
virtio-ccw: Pass size to virtio_ccw_bus_new()
Andreas Färber
1
-3
/
+5
2013-08-30
s390-virtio-bus: Pass size to virtio_s390_bus_new()
Andreas Färber
1
-3
/
+5
2013-08-30
virtio-pci: Pass size to virtio_pci_bus_new()
Andreas Färber
1
-3
/
+5
2013-08-30
usb: Pass size to usb_bus_new()
Andreas Färber
7
-7
/
+9
2013-08-30
scsi: Pass size to scsi_bus_new()
Andreas Färber
11
-14
/
+21
2013-08-30
pci: Pass size to pci_bus_new_inplace()
Andreas Färber
4
-4
/
+4
2013-08-30
ide: Pass size to ide_bus_new()
Andreas Färber
9
-9
/
+11
2013-08-30
ipack: Pass size to ipack_bus_new_inplace()
Andreas Färber
3
-3
/
+5
2013-08-30
intel-hda: Pass size to hda_codec_bus_init()
Andreas Färber
2
-3
/
+3
2013-08-30
qom: Fix object_initialize_with_type() argument name in documentation
Andreas Färber
1
-1
/
+1
2013-08-30
virtio: Remove unnecessary OBJECT() casts
Peter Maydell
3
-21
/
+21
2013-08-30
object: Fix typo in qom/object.h
Peter Chubb
1
-1
/
+1
2013-08-30
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
4
-167
/
+305
2013-08-30
Merge remote-tracking branch 'borntraeger/tags/kdump' into staging
Anthony Liguori
9
-19
/
+204
2013-08-30
s390: wire up nmi command to raise a RESTART interrupt on S390
Eugene (jno) Dvurechenski
5
-6
/
+33
2013-08-30
s390: Implement load normal reset
Christian Borntraeger
1
-0
/
+30
2013-08-30
s390/cpu: split CPU reset into architectured functions
Christian Borntraeger
2
-3
/
+39
2013-08-30
monitor: improve auto complete of "help" for single command in sub group
Wenchao Xia
1
-4
/
+2
2013-08-30
monitor: allow "help" show message for single command in sub group
Wenchao Xia
2
-1
/
+28
2013-08-30
monitor: support sub command in auto completion
Wenchao Xia
1
-7
/
+7
2013-08-30
monitor: refine monitor_find_completion()
Wenchao Xia
1
-26
/
+39
2013-08-30
monitor: support sub command in help
Wenchao Xia
1
-10
/
+52
2013-08-30
monitor: refine parse_cmdline()
Wenchao Xia
1
-11
/
+40
2013-08-30
monitor: code move for parse_cmdline()
Wenchao Xia
1
-93
/
+98
2013-08-30
monitor: avoid direct use of global variable *mon_cmds
Wenchao Xia
1
-5
/
+8
2013-08-30
monitor: split off monitor_data_init()
Wenchao Xia
1
-5
/
+15
2013-08-30
monitor: call sortcmdlist() only one time
Wenchao Xia
1
-2
/
+1
2013-08-30
monitor: avoid use of global *cur_mon in readline_completion()
Wenchao Xia
1
-2
/
+1
2013-08-30
monitor: avoid use of global *cur_mon in monitor_find_completion()
Wenchao Xia
3
-11
/
+12
2013-08-30
monitor: avoid use of global *cur_mon in block_completion_it()
Wenchao Xia
1
-4
/
+14
2013-08-30
monitor: avoid use of global *cur_mon in file_completion()
Wenchao Xia
1
-4
/
+4
2013-08-30
monitor: avoid use of global *cur_mon in cmd_completion()
Wenchao Xia
1
-6
/
+7
2013-08-30
monitor: Add missing attributes to local function
Stefan Weil
1
-1
/
+2
2013-08-30
s390: provide a cpu load normal function
Christian Borntraeger
3
-0
/
+19
2013-08-30
s390: provide I/O subsystem reset
Christian Borntraeger
2
-0
/
+16
2013-08-30
s390/kvm: basic implementation of diagnose 308 subcode 6
Eugene (jno) Dvurechenski
3
-0
/
+57
2013-08-30
s390x/kvm: Fix switch/case indentation for handle_diag
Christian Borntraeger
1
-10
/
+10
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
9
-126
/
+333
2013-08-29
Merge remote-tracking branch 'sweil/mingw' into stable-1.5
Anthony Liguori
3
-4
/
+4
2013-08-29
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
Anthony Liguori
13
-270
/
+231
2013-08-29
tcg-i386: Remove abort from GETPC_LDST
Richard Henderson
1
-5
/
+5
2013-08-28
target-mips: fix get_physical_address() #if 0 build error
James Hogan
1
-1
/
+1
2013-08-28
kvm-stub: fix compilation
Paolo Bonzini
1
-1
/
+2
2013-08-27
gtk: Remove unused include statements which are not portable
Stefan Weil
1
-4
/
+0
2013-08-27
w32: Add an icon resource
Stefan Weil
1
-0
/
+2
2013-08-27
w32: Fix broken out-of-tree builds (missing version.o)
Stefan Weil
1
-0
/
+2
2013-08-26
tcg-i386: Use new return-argument ld/st helpers
Richard Henderson
2
-67
/
+49
2013-08-26
tcg: Tidy softmmu_template.h
Richard Henderson
1
-183
/
+104
2013-08-26
tcg: Add mmu helpers that take a return address argument
Richard Henderson
2
-33
/
+55
[next]