aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-20sifive_u: Add clock DT node for GEM ethernetAnup Patel1-1/+2
2018-12-20hw/riscv/virt: Connect the gpex PCIeAlistair Francis1-1/+12
2018-12-20hw/riscv/virt: Increase the number of interruptsAlistair Francis1-1/+1
2018-12-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell1-21/+3
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+2
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+1
2018-12-18qapi: Turn ShutdownCause into QAPI enumDominik Csapak1-20/+0
2018-12-17Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...Peter Maydell1-0/+30
2018-12-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell2-15/+36
2018-12-17softfloat: add float{32,64}_is_zero_or_normalEmilio G. Cota1-0/+10
2018-12-17softfloat: add float{32,64}_is_{de,}normalEmilio G. Cota1-0/+20
2018-12-17xxhash: match output against the original xxhash32Emilio G. Cota1-4/+4
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota2-4/+4
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota2-11/+32
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