aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190524-pull-request' ...Peter Maydell
2019-05-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190523'...Peter Maydell
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming
2019-05-23hw/arm/exynos4210: QOM'ify the Exynos4210 SoCpull-target-arm-20190523Philippe Mathieu-Daudé
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-05-23arm: Move system_clock_scale to armv7m_systick.hPeter Maydell
2019-05-23Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20190523-pull...Peter Maydell
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé
2019-05-23Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson
2019-05-22util: Add qemu_guest_getrandom and associated routinesRichard Henderson
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang
2019-05-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into stagingPeter Maydell
2019-05-21linux headers: update against Linux 5.2-rc1Cornelia Huck
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf
2019-05-20block: Propagate AioContext change to parentsKevin Wolf
2019-05-20block: Make bdrv_attach/detach_aio_context() staticKevin Wolf
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf
2019-05-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-05-17Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190517' into...Peter Maydell
2019-05-17ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang
2019-05-17leon3: introduce the plug and play mechanismKONRAD Frederic
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic
2019-05-17grlib, gptimer: get rid of the old-style create functionKONRAD Frederic
2019-05-17grlib, irqmp: get rid of the old-style create functionKONRAD Frederic
2019-05-17s390/css: handle CCW_FLAG_SKIPCornelia Huck
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell
2019-05-14migration/colo.h: Remove obsolete codesZhang Chen
2019-05-14migration/colo.c: Remove redundant input parameterZhang Chen
2019-05-14migration: comment VMSTATE_UNUSED*() properlyPeter Xu
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell
2019-05-13Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-requ...Peter Maydell
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-05-13Normalize header guard symbol definition.Markus Armbruster
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-05-13Clean up includesMarkus Armbruster
2019-05-10tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson
2019-05-10tcg: Remove CPUClass::handle_mmu_faultRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10tcg: Add CPUClass::tlb_fillRichard Henderson