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-22
aio / timers: Consistent treatment of disabled clocks for deadlines
Alex Bligh
1
-1
/
+1
2013-08-22
aio / timers: add qemu-timer.c utility functions
Alex Bligh
2
-0
/
+92
2013-08-22
aio / timers: Rename qemu_new_clock and expose clock types
Alex Bligh
2
-8
/
+8
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
10
-27
/
+27
2013-08-22
vmdk: support vmfs files
Paolo Bonzini
1
-2
/
+3
2013-08-22
vmdk: support vmfsSparse files
Fam Zheng
1
-8
/
+9
2013-08-22
vmdk: fix L1 and L2 table size in vmdk3 open
Fam Zheng
1
-8
/
+8
2013-08-22
vmdk: Move l1_size check into vmdk_add_extent()
Fam Zheng
1
-8
/
+8
2013-08-22
block: better error message for read only format name
Fam Zheng
1
-1
/
+5
2013-08-22
block: Produce zeros when protocols reading beyond end of file
MORITA Kazutaka
1
-1
/
+29
2013-08-22
block: Introduce bs->zero_beyond_eof
Asias He
3
-0
/
+8
2013-08-21
qcow2: Change default for new images to compat=1.1
Kevin Wolf
1
-1
/
+1
2013-08-20
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130820' into st...
Anthony Liguori
26
-210
/
+514
2013-08-20
Merge remote-tracking branch 'stefanha/block-next' into staging
Anthony Liguori
19
-289
/
+163
2013-08-20
Merge remote-tracking branch 'rth/axp-next' into staging
Anthony Liguori
4
-39
/
+264
2013-08-20
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
17
-136
/
+275
2013-08-20
hw/timer/imx_epit: Simplify and fix imx_epit implementation
Peter Chubb
1
-58
/
+36
2013-08-20
default-configs: Fix A9MP and A15MP config names
Peter Maydell
2
-4
/
+4
2013-08-20
hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputs
Peter Maydell
1
-0
/
+18
2013-08-20
target-arm: Implement the generic timer
Peter Maydell
5
-8
/
+290
2013-08-20
target-arm: Support coprocessor registers which do I/O
Peter Maydell
2
-4
/
+18
2013-08-20
target-arm: Allow raw_read() and raw_write() to handle 64 bit regs
Peter Maydell
1
-2
/
+10
2013-08-20
hw/arm/pic_cpu: Remove the now-unneeded arm_pic_init_cpu()
Peter Maydell
3
-31
/
+1
2013-08-20
hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()
Peter Maydell
1
-5
/
+2
2013-08-20
hw/arm/vexpress: Don't use arm_pic_init_cpu()
Peter Maydell
1
-6
/
+2
2013-08-20
hw/arm/versatilepb: Don't use arm_pic_init_cpu()
Peter Maydell
1
-4
/
+3
2013-08-20
hw/arm/strongarm: Don't use arm_pic_init_cpu()
Peter Maydell
1
-3
/
+3
2013-08-20
hw/arm/realview: Don't use arm_pic_init_cpu()
Peter Maydell
1
-3
/
+1
2013-08-20
hw/arm/omap*: Don't use arm_pic_init_cpu()
Peter Maydell
2
-8
/
+8
2013-08-20
hw/arm/musicpal: Don't use arm_pic_init_cpu()
Peter Maydell
1
-3
/
+1
2013-08-20
hw/arm/kzm: Don't use arm_pic_init_cpu()
Peter Maydell
1
-5
/
+3
2013-08-20
hw/arm/integratorcp: Don't use arm_pic_init_cpu()
Peter Maydell
1
-4
/
+3
2013-08-20
hw/arm/highbank: Don't use arm_pic_init_cpu()
Peter Maydell
1
-3
/
+1
2013-08-20
hw/arm/exynos4210: Don't use arm_pic_init_cpu()
Peter Maydell
1
-13
/
+3
2013-08-20
hw/arm/armv7m: Don't use arm_pic_init_cpu()
Peter Maydell
1
-3
/
+2
2013-08-20
target-arm: Make IRQ and FIQ gpio lines on the CPU object
Peter Maydell
3
-53
/
+73
2013-08-20
target-arm: Implement 'int' loglevel
Peter Maydell
1
-0
/
+42
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
16
-88
/
+61
2013-08-19
tests: drop event_active_cb()
Stefan Hajnoczi
1
-14
/
+8
2013-08-19
thread-pool: drop thread_pool_active()
Stefan Hajnoczi
1
-7
/
+1
2013-08-19
dataplane/virtio-blk: drop flush_true() and flush_io()
Stefan Hajnoczi
1
-15
/
+2
2013-08-19
block/ssh: drop return_true()
Stefan Hajnoczi
1
-9
/
+1
2013-08-19
block/sheepdog: drop have_co_req() and aio_flush_request()
Stefan Hajnoczi
1
-20
/
+5
2013-08-19
block/rbd: drop qemu_rbd_aio_flush_cb()
Stefan Hajnoczi
1
-13
/
+1
2013-08-19
block/nbd: drop nbd_have_request()
Stefan Hajnoczi
1
-10
/
+3
2013-08-19
block/linux-aio: drop qemu_laio_completion_cb()
Stefan Hajnoczi
1
-15
/
+2
2013-08-19
block/iscsi: drop iscsi_process_flush()
Stefan Hajnoczi
1
-8
/
+1
2013-08-19
block/gluster: drop qemu_gluster_aio_flush_cb()
Stefan Hajnoczi
1
-17
/
+1
2013-08-19
Change email address
Anthony Liguori
2
-8
/
+8
2013-08-19
block/curl: drop curl_aio_flush()
Stefan Hajnoczi
1
-19
/
+3
[next]