aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell2-41/+45
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell3-1/+27
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann1-0/+3
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2-6/+1
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2-14/+3
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2-1/+7
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2-7/+1
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2-5/+1
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2-5/+5
2020-10-21spice: add module helpersGerd Hoffmann2-3/+24
2020-10-21microvm: add usb supportGerd Hoffmann1-1/+4
2020-10-21usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann1-0/+2
2020-10-21usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann1-0/+19
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+2
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson1-0/+36
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé1-2/+9
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé1-1/+1
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé1-1/+3
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