summary refs log tree commit diff stats
path: root/hw/timer/lm32_timer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29Add chardev-send-break monitor commandStefan Fritsch7-2/+68
2017-06-29monitor: Add -a (all) option to info registersSuraj Jitindar Singh2-8/+19
2017-06-29ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle1-1/+1
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz1-8/+15
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini1-21/+64
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz4-7/+40
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz2-5/+8
2017-06-29virtio-9p: record element after sanity checksGreg Kurz1-1/+2
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm5-8/+56
2017-06-299pfs: local: remove: use correct path componentBruce Rogers1-1/+1
2017-06-29linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell1-11/+12
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang1-3/+6
2017-06-28migration: add "return-path" capabilityPeter Xu3-4/+18
2017-06-28vmstate: error hint for failed equal checksHalil Pasic20-40/+74
2017-06-28migration: add comment for TYPE_MIGRATEPeter Xu1-0/+8
2017-06-28migration: hmp: dump globalsPeter Xu3-0/+15
2017-06-28migration: merge enforce_config_section somewhatPeter Xu2-10/+14
2017-06-28migration: move skip_section_footersPeter Xu8-15/+15
2017-06-28migration: move skip_configuration outPeter Xu8-15/+18
2017-06-28migration: move only_migratable to MigrationStatePeter Xu6-5/+20
2017-06-28migration: move global_state.optional outPeter Xu8-11/+29
2017-06-28migration: let MigrationState be a qdevPeter Xu4-23/+81
2017-06-28vl: clean up global property registrationPeter Xu1-5/+24
2017-06-28accel: introduce AccelClass.global_propsPeter Xu5-0/+31
2017-06-28machine: export register_compat_prop()Peter Xu3-13/+37
2017-06-27xen-disk: add support for multi-page shared ringsPaul Durrant1-31/+113
2017-06-27xen-disk: only advertize feature-persistent if grant copy is not availablePaul Durrant1-7/+8
2017-06-27xen/disk: don't leak stack data via response ringStefano Stabellini1-13/+12
2017-06-27xilinx_spips: allow mmio executionKONRAD Frederic1-19/+55
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic3-0/+156
2017-06-27introduce mmio_interfaceKONRAD Frederic3-0/+178
2017-06-27qdev: add MemoryRegion propertyKONRAD Frederic1-0/+2
2017-06-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic1-2/+4
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic1-35/+35
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic1-9/+9
2017-06-26qemu-img: don't shadow opts variable in img_dd()Stefan Hajnoczi1-6/+3
2017-06-26block: Do not strcmp() with NULL uri->schemeMax Reitz4-8/+8
2017-06-26blkverify: Catch bs->exact_filename overflowMax Reitz1-4/+8
2017-06-26blkdebug: Catch bs->exact_filename overflowMax Reitz1-3/+7
2017-06-26fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang3-9/+33
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis18-161/+161
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf3-182/+0
2017-06-26qed: Use bdrv_co_* for coroutine_fnsKevin Wolf1-7/+9
2017-06-26qed: Add coroutine_fn to I/O path functionsKevin Wolf3-24/+30
2017-06-26qed: Use a coroutine for need_check_timerKevin Wolf1-16/+17
2017-06-26qed: Simplify request handlingKevin Wolf2-82/+22
2017-06-26qed: Use CoQueue for serialising allocationsKevin Wolf2-33/+19
2017-06-26qed: Implement .bdrv_co_readv/writevKevin Wolf1-55/+42
2017-06-26qed: Remove recursion in qed_aio_next_io()Kevin Wolf1-31/+32