aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell4-4/+45
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-21/+6
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell2-5/+7
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell2-7/+4
2018-12-14include/hw/loader.h: Document load_image_size()Peter Maydell1-0/+16
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell1-1/+0
2018-12-14elf_ops.h: Use address_space_write() to write memoryPeter Maydell1-1/+3
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell2-2/+26
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia1-2/+1
2018-12-14block: Drop bdrv_reopen()Alberto Garcia1-1/+0
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia1-0/+2
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf1-5/+3
2018-12-14block/backup: drop unused synchronization interfaceVladimir Sementsov-Ogievskiy1-13/+0
2018-12-14Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell4-12/+5
2018-12-13Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell1-0/+2
2018-12-13qapi: Rewrite string-input-visitor's integer and list parsingDavid Hildenbrand1-2/+2
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand1-3/+3
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand1-0/+2
2018-12-13hw/arm: versal: Correct the nr of IRQs to 192Edgar E. Iglesias1-1/+1
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias1-3/+3
2018-12-13core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi1-3/+0
2018-12-13Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-12-12' in...Peter Maydell2-1/+5
2018-12-13Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181212' into stagingPeter Maydell1-1/+7
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy1-0/+2
2018-12-12s390x/tod: Properly stop the KVM TOD while the guest is not runningDavid Hildenbrand1-1/+7
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu1-1/+0
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan2-3/+2
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth1-6/+0
2018-12-12includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"Thomas Huth2-3/+3
2018-12-12monitor: Suspend monitor instead dropping commandsPeter Xu1-0/+2
2018-12-12char: add a QEMU_CHAR_FEATURE_GCONTEXT flagMarc-André Lureau1-0/+3
2018-12-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-1/+1
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-5/+2
2018-12-11qdev: move qdev_prop_register_global_list() to testsMarc-André Lureau1-1/+0
2018-12-11accel: register global_props like machine globalsMarc-André Lureau1-29/+0
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau1-2/+2
2018-12-11qom: make interface types abstractMarc-André Lureau13-47/+12
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson2-0/+6
2018-12-11numa: Match struct to typedef nameEric Blake2-2/+2
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard1-3/+3
2018-12-11move ObjectClass to typedefs.hGerd Hoffmann2-1/+1
2018-12-11range: pass const pointer where possibleDavid Hildenbrand1-3/+3
2018-12-11hw: qdev: fix error in commentLi Qiang1-1/+1
2018-12-04net: drop too large packet earlyJason Wang1-6/+0
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-3/+3
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2-3/+4
2018-11-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell1-3/+4
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-2/+64
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh1-1/+4
2018-11-08hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth1-2/+0