summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell2020-10-222-41/+45
|\
| * spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann2020-10-211-0/+3
| * spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2020-10-212-6/+1Star
| * spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2020-10-212-14/+3Star
| * spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2020-10-212-1/+7
| * spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2020-10-212-7/+1Star
| * spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2020-10-212-5/+1Star
| * spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2020-10-212-5/+5
| * spice: add module helpersGerd Hoffmann2020-10-212-3/+24
* | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell2020-10-213-1/+27
|\ \
| * | microvm: add usb supportGerd Hoffmann2020-10-211-1/+4
| * | usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann2020-10-211-0/+2
| * | usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-211-0/+19
| * | x86: make pci irqs runtime configurableGerd Hoffmann2020-10-211-0/+2
| |/
* | accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2020-10-201-0/+36
* | hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé2020-10-201-2/+9
* | hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé2020-10-201-1/+1
* | hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé2020-10-201-1/+3
|/
* xen-bus: reduce scope of backend watchPaul Durrant2020-10-192-1/+3
* xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost2020-10-191-1/+1
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell2020-10-192-8/+0Star
|\
| * m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2020-10-181-4/+0Star
| * m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland2020-10-181-2/+0Star
| * uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-2/+0Star
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell2020-10-194-1/+30
|\ \ | |/ |/|
| * hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé2020-10-171-1/+3
| * hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé2020-10-171-0/+2
| * hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-161-0/+13
| * util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-161-0/+12
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-10-162-10/+12
|\ \ | |/ |/|
| * cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+3
| * kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost2020-10-141-10/+9Star
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-10-163-4/+30
|\ \
| * | qom: Add user_creatable_print_help_from_qdict()Kevin Wolf2020-10-151-3/+18
| * | keyval: Parse help optionsKevin Wolf2020-10-152-1/+12
| |/
* | chardev/spice: simplify chardev setupGerd Hoffmann2020-10-152-2/+0Star
* | chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann2020-10-151-3/+0Star
* | module: silence errors for module_load_qom_all().Gerd Hoffmann2020-10-151-4/+4
|/
* win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo2020-10-141-2/+2
* scsi/scsi_bus: Add scsi_device_getMaxim Levitsky2020-10-121-0/+1
* device-core: use atomic_set on .realized propertyMaxim Levitsky2020-10-121-0/+2
* device-core: use RCU for list of children of a busMaxim Levitsky2020-10-121-0/+9
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-1/+12
* qom: fix objects with improper parent typePaolo Bonzini2020-10-123-3/+3
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-0/+3
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell2020-10-093-4/+6
|\
| * spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza2020-10-091-0/+2
| * spapr: Add a return value to spapr_check_pagesize()Greg Kurz2020-10-091-1/+1
| * spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz2020-10-091-1/+1
| * spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz2020-10-091-1/+1