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
/
timer
/
lm32_timer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
Add chardev-send-break monitor command
Stefan Fritsch
7
-2
/
+68
2017-06-29
monitor: Add -a (all) option to info registers
Suraj Jitindar Singh
2
-8
/
+19
2017-06-29
ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and under
John Arbuckle
1
-1
/
+1
2017-06-29
9pfs: handle transport errors in pdu_complete()
Greg Kurz
1
-8
/
+15
2017-06-29
xen-9pfs: disconnect if buffers are misconfigured
Stefano Stabellini
1
-21
/
+64
2017-06-29
virtio-9p: break device if buffers are misconfigured
Greg Kurz
4
-7
/
+40
2017-06-29
virtio-9p: message header is 7-byte long
Greg Kurz
2
-5
/
+8
2017-06-29
virtio-9p: record element after sanity checks
Greg Kurz
1
-1
/
+2
2017-06-29
9pfs: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-06-29
9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
Tobias Schramm
5
-8
/
+56
2017-06-29
9pfs: local: remove: use correct path component
Bruce Rogers
1
-1
/
+1
2017-06-29
linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place
Peter Maydell
1
-11
/
+12
2017-06-28
exec: fix access to ram_list.dirty_memory when sync dirty bitmap
Haozhong Zhang
1
-3
/
+6
2017-06-28
migration: add "return-path" capability
Peter Xu
3
-4
/
+18
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
20
-40
/
+74
2017-06-28
migration: add comment for TYPE_MIGRATE
Peter Xu
1
-0
/
+8
2017-06-28
migration: hmp: dump globals
Peter Xu
3
-0
/
+15
2017-06-28
migration: merge enforce_config_section somewhat
Peter Xu
2
-10
/
+14
2017-06-28
migration: move skip_section_footers
Peter Xu
8
-15
/
+15
2017-06-28
migration: move skip_configuration out
Peter Xu
8
-15
/
+18
2017-06-28
migration: move only_migratable to MigrationState
Peter Xu
6
-5
/
+20
2017-06-28
migration: move global_state.optional out
Peter Xu
8
-11
/
+29
2017-06-28
migration: let MigrationState be a qdev
Peter Xu
4
-23
/
+81
2017-06-28
vl: clean up global property registration
Peter Xu
1
-5
/
+24
2017-06-28
accel: introduce AccelClass.global_props
Peter Xu
5
-0
/
+31
2017-06-28
machine: export register_compat_prop()
Peter Xu
3
-13
/
+37
2017-06-27
xen-disk: add support for multi-page shared rings
Paul Durrant
1
-31
/
+113
2017-06-27
xen-disk: only advertize feature-persistent if grant copy is not available
Paul Durrant
1
-7
/
+8
2017-06-27
xen/disk: don't leak stack data via response ring
Stefano Stabellini
1
-13
/
+12
2017-06-27
xilinx_spips: allow mmio execution
KONRAD Frederic
1
-19
/
+55
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
3
-0
/
+156
2017-06-27
introduce mmio_interface
KONRAD Frederic
3
-0
/
+178
2017-06-27
qdev: add MemoryRegion property
KONRAD Frederic
1
-0
/
+2
2017-06-27
cputlb: fix the way get_page_addr_code fills the tlb
KONRAD Frederic
1
-2
/
+4
2017-06-27
cputlb: move get_page_addr_code
KONRAD Frederic
1
-35
/
+35
2017-06-27
cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT
KONRAD Frederic
1
-9
/
+9
2017-06-26
qemu-img: don't shadow opts variable in img_dd()
Stefan Hajnoczi
1
-6
/
+3
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
4
-8
/
+8
2017-06-26
blkverify: Catch bs->exact_filename overflow
Max Reitz
1
-4
/
+8
2017-06-26
blkdebug: Catch bs->exact_filename overflow
Max Reitz
1
-3
/
+7
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
3
-9
/
+33
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
18
-161
/
+161
2017-06-26
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
3
-182
/
+0
2017-06-26
qed: Use bdrv_co_* for coroutine_fns
Kevin Wolf
1
-7
/
+9
2017-06-26
qed: Add coroutine_fn to I/O path functions
Kevin Wolf
3
-24
/
+30
2017-06-26
qed: Use a coroutine for need_check_timer
Kevin Wolf
1
-16
/
+17
2017-06-26
qed: Simplify request handling
Kevin Wolf
2
-82
/
+22
2017-06-26
qed: Use CoQueue for serialising allocations
Kevin Wolf
2
-33
/
+19
2017-06-26
qed: Implement .bdrv_co_readv/writev
Kevin Wolf
1
-55
/
+42
2017-06-26
qed: Remove recursion in qed_aio_next_io()
Kevin Wolf
1
-31
/
+32
[next]