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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-28
qemu-socket: catch monitor_get_fd failures
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: drop pointless allocation
Gerd Hoffmann
1
-1
/
+0
2013-06-28
qemu-socket: zero-initialize SocketAddress
Gerd Hoffmann
1
-2
/
+2
2013-06-28
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
99
-319
/
+572
2013-06-28
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
33
-163
/
+1198
2013-06-28
cmd646: fix build when DEBUG_IDE is enabled.
Mark Cave-Ayland
1
-2
/
+2
2013-06-28
block: change default of .has_zero_init to 0
Peter Lieven
11
-16
/
+17
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
16
-45
/
+124
2013-06-28
hwaddr: Make hwaddr type usable beyond softmmu
Andreas Färber
4
-4
/
+6
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
21
-40
/
+17
2013-06-28
cpus: Change qemu_dummy_start_vcpu() argument to CPUState
Andreas Färber
1
-9
/
+6
2013-06-28
cpus: Change qemu_kvm_start_vcpu() argument to CPUState
Andreas Färber
1
-8
/
+5
2013-06-28
cpus: Change cpu_handle_guest_debug() argument to CPUState
Andreas Färber
1
-5
/
+3
2013-06-28
gdbstub: Set gdb_set_stop_cpu() argument to CPUState
Andreas Färber
3
-3
/
+5
2013-06-28
kvm: Change kvm_cpu_exec() argument to CPUState
Andreas Färber
4
-6
/
+5
2013-06-28
kvm: Change kvm_handle_internal_error() argument to CPUState
Andreas Färber
1
-4
/
+2
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
63
-86
/
+242
2013-06-28
cpus: Change qemu_kvm_init_cpu_signals() argument to CPUState
Andreas Färber
1
-4
/
+3
2013-06-28
kvm: Change kvm_set_signal_mask() argument to CPUState
Andreas Färber
4
-5
/
+5
2013-06-28
cpus: Change qemu_kvm_wait_io_event() argument to CPUState
Andreas Färber
1
-4
/
+2
2013-06-28
cpus: Change cpu_thread_is_idle() argument to CPUState
Andreas Färber
1
-5
/
+3
2013-06-28
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
13
-20
/
+24
2013-06-28
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
13
-27
/
+28
2013-06-28
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
5
-12
/
+10
2013-06-28
gdbstub: Simplify find_cpu()
Andreas Färber
1
-8
/
+4
2013-06-28
cpu: Guard cpu_{save,load}() definitions
Andreas Färber
1
-0
/
+2
2013-06-28
target-openrisc: Register VMStateDescription for OpenRISCCPU
Andreas Färber
3
-11
/
+19
2013-06-28
target-alpha: Register VMStateDescription for AlphaCPU
Andreas Färber
3
-12
/
+22
2013-06-28
cpu: Introduce VMSTATE_CPU() macro for CPUState
Andreas Färber
2
-3
/
+16
2013-06-28
cpu: Introduce device_class_set_vmsd() helper
Andreas Färber
1
-0
/
+21
2013-06-28
cpu: Fix cpu_class_set_vmsd() documentation
Andreas Färber
1
-1
/
+1
2013-06-28
vpc: Implement .bdrv_has_zero_init
Kevin Wolf
1
-6
/
+19
2013-06-28
vmdk: remove wrong calculation of relative path
Fam Zheng
1
-43
/
+1
2013-06-28
gluster: Return bdrv_has_zero_init = 0
Kevin Wolf
1
-0
/
+10
2013-06-28
block/ssh: Set bdrv_has_zero_init according to the file type.
Richard W.M. Jones
1
-0
/
+16
2013-06-28
block: Make BlockJobTypes const
Kevin Wolf
3
-3
/
+3
2013-06-28
qemu-iotests: add 055 drive-backup test case
Stefan Hajnoczi
3
-0
/
+288
2013-06-28
qemu-iotests: extract wait_until_completed() into iotests.py
Stefan Hajnoczi
2
-12
/
+17
2013-06-28
blockdev: add Abort transaction
Stefan Hajnoczi
2
-1
/
+27
2013-06-28
blockdev: add DriveBackup transaction
Stefan Hajnoczi
2
-1
/
+88
2013-06-28
blockdev: allow BdrvActionOps->commit() to be NULL
Stefan Hajnoczi
1
-2
/
+4
2013-06-28
blockdev: rename BlkTransactionStates to singular
Stefan Hajnoczi
1
-52
/
+52
2013-06-28
block: add drive-backup QMP command
Stefan Hajnoczi
3
-0
/
+189
2013-06-28
blockdev: use bdrv_getlength() in qmp_drive_mirror()
Stefan Hajnoczi
1
-3
/
+7
2013-06-28
blockdev: drop redundant proto_drv check
Stefan Hajnoczi
1
-15
/
+0
2013-06-28
block: add basic backup support to block driver
Dietmar Maurer
4
-0
/
+369
2013-06-28
block: add bdrv_add_before_write_notifier()
Stefan Hajnoczi
2
-12
/
+34
2013-06-28
notify: add NotiferWithReturn so notifier list can abort
Stefan Hajnoczi
2
-0
/
+59
2013-06-28
raw-posix: Fix /dev/cdrom magic on OS X
Kevin Wolf
1
-0
/
+1
2013-06-27
linux-user: Fix compilation failure
Peter Maydell
3
-2
/
+3
[prev]
[next]