summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann
2020-10-21spice: add module helpersGerd Hoffmann
2020-10-21microvm: add usb supportGerd Hoffmann
2020-10-21usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann
2020-10-21usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost
2020-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-17hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé
2020-10-17hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel
2020-10-16util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf
2020-10-15keyval: Parse help optionsKevin Wolf
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-10-12qom: fix objects with improper parent typePaolo Bonzini
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini
2020-10-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell
2020-10-09block: Add bdrv_lock()/unlock()Kevin Wolf
2020-10-09block: Add bdrv_co_enter()/leave()Kevin Wolf
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf