aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell3-5/+5
2018-10-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell3-12/+20
2018-10-30Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...Peter Maydell1-0/+2
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy1-1/+1
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow1-0/+1
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy2-10/+17
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy1-1/+1
2018-10-29elf: Define MIPS_ABI_FP_UNKNOWN macroStefan Markovic1-0/+2
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi1-0/+1
2018-10-26Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell2-0/+2
2018-10-26hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé1-1/+1
2018-10-26cpu.h: fix a typo in commentLi Qiang1-1/+1
2018-10-26memory.h: fix typos in commentsLi Qiang1-3/+3
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic2-0/+2
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand1-1/+1
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand1-2/+1
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand1-3/+2
2018-10-24memory-device: add device class function set_addr()David Hildenbrand1-0/+8
2018-10-24memory-device: drop get_region_size()David Hildenbrand1-1/+0
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2-4/+15
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand1-0/+2
2018-10-24memory-device: document MemoryDeviceClassDavid Hildenbrand1-0/+36
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand1-2/+2
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand1-3/+3
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell7-9/+22
2018-10-23osdep: Work around MinGW assertRichard Henderson1-0/+12
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-88/+347
2018-10-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into stagingPeter Maydell7-17/+214
2018-10-19Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell3-2/+15
2018-10-19blockdev: Convert drive_new() to ErrorMarkus Armbruster1-1/+2
2018-10-19tpm: Clean up error reporting in tpm_init_tpmdev()Markus Armbruster1-1/+1
2018-10-19numa: Clean up error reporting in parse_numa()Markus Armbruster1-1/+0
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li1-1/+1
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster1-1/+0
2018-10-19vfio: Use warn_report() & friends to report warningsMarkus Armbruster1-1/+1
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-0/+14
2018-10-19scripts: Remove check-qerror.shAlberto Garcia1-3/+3
2018-10-19replay: pass raw icount value to replay_save_clockPaolo Bonzini1-2/+8
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan1-0/+18
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan2-0/+14
2018-10-19hyperv: add synic event flag signalingRoman Kagan1-0/+4
2018-10-19hyperv: add synic message deliveryRoman Kagan1-3/+15
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan1-0/+8
2018-10-19hyperv: qom-ify SynICRoman Kagan1-0/+5
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan1-0/+31
2018-10-19hyperv: split hyperv-proto.h into x86 and arch-independent partsRoman Kagan1-0/+129
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov1-11/+0
2018-10-19i386: hvf: Remove hvf_disabledRoman Bolshakov1-2/+2
2018-10-19target-i386 : add coalesced_pio APIPeng Hao1-2/+2
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko1-1/+9