index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
/
mst_fpga.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-21
pc: cleanup 1.4 compat support
Michael S. Tsirkin
2
-4
/
+4
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
2013-08-19
aio: stop using .io_flush()
Stefan Hajnoczi
3
-45
/
+28
2013-08-19
tests: adjust test-thread-pool to new aio_poll() semantics
Stefan Hajnoczi
1
-12
/
+12
2013-08-19
tests: adjust test-aio to new aio_poll() semantics
Stefan Hajnoczi
1
-9
/
+17
2013-08-19
dataplane/virtio-blk: check exit conditions before aio_poll()
Stefan Hajnoczi
1
-2
/
+2
2013-08-19
block: stop relying on io_flush() in bdrv_drain_all()
Stefan Hajnoczi
2
-11
/
+40
2013-08-19
block: ensure bdrv_drain_all() works during bdrv_delete()
Stefan Hajnoczi
1
-2
/
+2
2013-08-16
target-alpha: Implement the typhoon iommu
Richard Henderson
1
-28
/
+174
2013-08-16
target-alpha: Consider the superpage when threading and ending TBs
Richard Henderson
1
-8
/
+29
2013-08-16
target-alpha: Use goto_tb in call_pal
Richard Henderson
3
-0
/
+26
2013-08-16
target-alpha: Implement call_pal without an exception
Richard Henderson
3
-3
/
+35
2013-08-16
cpus: Use cpu_is_stopped() efficiently
Tiejun Chen
1
-7
/
+7
2013-08-16
target-i386: Move hyperv_* static globals to X86CPU
Igor Mammedov
7
-125
/
+46
2013-08-16
qdev: Set globals in instance_post_init function
Eduardo Habkost
2
-1
/
+83
2013-08-16
qom: Introduce instance_post_init hook
Eduardo Habkost
2
-0
/
+17
2013-08-16
tests: Unit tests for qdev global properties handling
Eduardo Habkost
3
-0
/
+115
[next]