aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant2-1/+3
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost1-1/+1
2020-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell2-8/+0
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell4-1/+30
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland1-4/+0
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland1-2/+0
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland1-2/+0
2020-10-17hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé1-1/+3
2020-10-17hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé1-0/+2
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-10/+12
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel1-0/+13
2020-10-16util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé1-0/+12
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-4/+30
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf1-3/+18
2020-10-15keyval: Parse help optionsKevin Wolf2-1/+12
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann2-2/+0
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann1-3/+0
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann1-4/+4
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-0/+3
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost1-10/+9
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo1-2/+2
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky1-0/+1
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky1-0/+2
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky1-0/+9
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-1/+12
2020-10-12qom: fix objects with improper parent typePaolo Bonzini3-3/+3
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini1-0/+3
2020-10-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell3-4/+6
2020-10-09block: Add bdrv_lock()/unlock()Kevin Wolf1-0/+14
2020-10-09block: Add bdrv_co_enter()/leave()Kevin Wolf1-0/+17
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf1-0/+10
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf1-0/+1
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf1-0/+1
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf1-1/+1
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-1/+2
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+2
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-1/+1
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf1-1/+1
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza1-0/+2
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz1-1/+1
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz1-1/+1
2020-10-09spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz1-1/+1
2020-10-09spapr: Add a return value to spapr_drc_attach()Greg Kurz1-1/+1
2020-10-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell2-1/+6
2020-10-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into stagingPeter Maydell2-26/+32
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-0/+5
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson1-3/+0
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson1-7/+7
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-1/+0