aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-19mac_oldworld: Drop some variablesBALATON Zoltan
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-10-18sun4u: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-10-18sun4m: use qdev properties instead of 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-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-15Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201015-pull-reque...Peter Maydell
2020-10-15Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20201014' into stagingPeter Maydell
2020-10-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-10-15block: deprecate the sheepdog block driverDaniel P. Berrangé
2020-10-15block: drop moderated sheepdog mailing list from MAINTAINERS fileDaniel P. Berrangé
2020-10-15monitor: Fix order in monitor_cleanup()Kevin Wolf
2020-10-15qemu-storage-daemon: Remove QemuOpts from --object parserKevin Wolf
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf
2020-10-15qom: Factor out helpers from user_creatable_print_help()Kevin Wolf
2020-10-15keyval: Parse help optionsKevin Wolf
2020-10-15keyval: Fix parsing of ',' in value of implied keyMarkus Armbruster
2020-10-15test-keyval: Demonstrate misparse of ',' with implied keyMarkus Armbruster
2020-10-15keyval: Fix and clarify grammarMarkus Armbruster
2020-10-15chardev/spice: build spice chardevs as moduleGerd Hoffmann
2020-10-15meson: add spice dependency to core spice source files.Gerd Hoffmann
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann
2020-10-15ui/spice-app: don't use qemu_chr_open_spice_port directlyGerd Hoffmann
2020-10-15modules: update qom object module commentGerd Hoffmann
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann
2020-10-14linux-user/microblaze: Remove non-rt signal framesRichard Henderson
2020-10-14linux-user/microblaze: Implement rt signal framesRichard Henderson
2020-10-14tests/tcg/linux-test: Adjust getsockname for muslRichard Henderson
2020-10-14i386: Mark Icelake-Client CPU models deprecatedRobert Hoo
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost
2020-10-14i386/kvm: Require KVM_CAP_IRQ_ROUTINGEduardo Habkost
2020-10-14target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger
2020-10-14i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough caseZhenyu Wang
2020-10-14i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov
2020-10-14Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' i...Peter Maydell
2020-10-14ui: Fix default window_id valueSamuel Thibault
2020-10-14input-linux: Reset il->fd handler before closing itColin Xu