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
2012-12-13
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
52
-443
/
+1343
2012-12-13
Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging
Anthony Liguori
9
-37
/
+106
2012-12-13
Merge remote-tracking branch 'kraxel/seabios-e8a76b0' into staging
Anthony Liguori
4
-0
/
+0
2012-12-13
qMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121210.0' in...
Anthony Liguori
1
-2
/
+3
2012-12-13
qcow2: Factor out handle_dependencies()
Kevin Wolf
1
-28
/
+42
2012-12-13
qcow2: Execute run_dependent_requests() without lock
Kevin Wolf
1
-20
/
+16
2012-12-13
qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2
Kevin Wolf
3
-7
/
+7
2012-12-13
qcow2: Allocate l2meta only for cluster allocations
Kevin Wolf
3
-31
/
+31
2012-12-13
qcow2: Drop l2meta.cluster_offset
Kevin Wolf
3
-15
/
+14
2012-12-13
qcow2: Allocate l2meta dynamically
Kevin Wolf
1
-11
/
+15
2012-12-13
qcow2: Introduce Qcow2COWRegion
Kevin Wolf
2
-36
/
+76
2012-12-13
qcow2: Round QCowL2Meta.offset down to cluster boundary
Kevin Wolf
2
-2
/
+24
2012-12-13
hw/ds1338.c: Fix handling of DAY (wday) register.
Antoine Mathys
1
-3
/
+12
2012-12-13
hw/ds1338.c: Implement support for the control register.
Antoine Mathys
1
-4
/
+13
2012-12-13
hw/ds1338.c: Ensure state is properly initialized.
Antoine Mathys
1
-0
/
+12
2012-12-13
hw/ds1338.c: Fix handling of HOURS register.
Antoine Mathys
1
-11
/
+18
2012-12-13
hw/ds1338.c: Add definitions for various flags in the RTC registers.
Antoine Mathys
1
-0
/
+6
2012-12-13
hw/ds1338.c: Correct bug in conversion to BCD.
Antoine Mathys
1
-2
/
+2
2012-12-13
atapi: reset cdrom tray statuses on ide_reset
Pavel Hrdina
1
-0
/
+2
2012-12-12
migration: Fix madvise breakage if host and guest have different page sizes
David Gibson
1
-1
/
+2
2012-12-12
Fix off-by-1 error in RAM migration code
David Gibson
1
-1
/
+1
2012-12-12
qemu-iotests: Test concurrent cluster allocations
Kevin Wolf
3
-0
/
+379
2012-12-12
qcow2: Move BLKDBG_EVENT out of the lock
Kevin Wolf
1
-1
/
+1
2012-12-12
qemu-io: Add AIO debugging commands
Kevin Wolf
4
-0
/
+114
2012-12-12
blkdebug: Implement suspend/resume of AIO requests
Kevin Wolf
1
-3
/
+105
2012-12-12
blkdebug: Factor out remove_rule()
Kevin Wolf
1
-2
/
+13
2012-12-12
blkdebug: Allow usage without config file
Kevin Wolf
1
-0
/
+5
2012-12-11
create new function: qemu_opt_set_number
Dong Xu Wang
2
-0
/
+23
2012-12-11
use qemu_opts_create_nofail
Dong Xu Wang
6
-20
/
+18
2012-12-11
introduce qemu_opts_create_nofail function
Dong Xu Wang
2
-0
/
+10
2012-12-11
qemu-option: qemu_opt_set_bool(): fix code duplication
Dong Xu Wang
1
-18
/
+9
2012-12-11
qemu-option: qemu_opts_validate(): fix duplicated code
Dong Xu Wang
1
-11
/
+3
2012-12-11
qemu-option: opt_set(): split it up into more functions
Dong Xu Wang
1
-16
/
+24
2012-12-11
exynos4210/mct: Avoid infinite loop on non incremental timers
Jean-Christophe DUBOIS
1
-1
/
+1
2012-12-11
hw/arm_gic: fix target CPUs affected by set enable/pending ops
Daniel Sangorrin
1
-2
/
+3
2012-12-11
xilinx_zynq: Add one variable to avoid overwriting QSPI bus
walimis
1
-4
/
+5
2012-12-11
hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs
Peter Maydell
2
-2
/
+8
2012-12-11
hw/arm_gic: Fix comparison with priority mask register
Peter Maydell
1
-1
/
+1
2012-12-11
hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init
Peter Maydell
3
-8
/
+26
2012-12-11
Fix error code checking for SetFilePointer() call
Fabien Chouteau
1
-3
/
+14
2012-12-11
rbd: Fix race between aio completition and aio cancel
Stefan Priebe
1
-8
/
+12
2012-12-11
qemu-io: Implement write -c for compressed clusters
Kevin Wolf
1
-2
/
+21
2012-12-11
tests: Add tests for fdsets
Corey Bryant
4
-0
/
+147
2012-12-11
block: bdrv_img_create(): drop unused error handling code
Luiz Capitulino
2
-38
/
+8
2012-12-11
qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()
Luiz Capitulino
1
-8
/
+8
2012-12-11
qmp: qmp_transaction(): pass Error object to bdrv_img_create()
Luiz Capitulino
1
-6
/
+7
2012-12-11
qemu-img: img_create(): drop unneeded goto and ret variable
Luiz Capitulino
1
-10
/
+4
2012-12-11
qemu-img: img_create(): pass Error object to bdrv_img_create()
Luiz Capitulino
1
-2
/
+9
2012-12-11
block: bdrv_img_create(): add Error ** argument
Luiz Capitulino
4
-6
/
+26
2012-12-11
block: simplify default_drive
Christian Borntraeger
1
-14
/
+6
[next]