aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-19mac_oldworld: Change PCI address of macio to match real hardwareBALATON Zoltan1-1/+1
2020-10-19mac_oldworld: Drop some variablesBALATON Zoltan1-18/+17
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan1-3/+2
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan2-10/+14
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan1-9/+20
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2-39/+0
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-1/+9
2020-10-18sun4u: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-2/+5
2020-10-18sun4m: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-2/+8
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland2-27/+0
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland3-46/+25
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland2-19/+7
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland3-4/+12
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell14-64/+84
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell13-162/+339
2020-10-15Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201015-pull-reque...Peter Maydell14-70/+68
2020-10-15Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20201014' into stagingPeter Maydell3-81/+60
2020-10-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell10-93/+97
2020-10-15block: deprecate the sheepdog block driverDaniel P. Berrangé3-2/+26
2020-10-15block: drop moderated sheepdog mailing list from MAINTAINERS fileDaniel P. Berrangé1-1/+0
2020-10-15monitor: Fix order in monitor_cleanup()Kevin Wolf1-16/+17
2020-10-15qemu-storage-daemon: Remove QemuOpts from --object parserKevin Wolf1-11/+4
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf2-3/+27
2020-10-15qom: Factor out helpers from user_creatable_print_help()Kevin Wolf1-38/+52
2020-10-15keyval: Parse help optionsKevin Wolf6-78/+185
2020-10-15keyval: Fix parsing of ',' in value of implied keyMarkus Armbruster2-16/+20
2020-10-15test-keyval: Demonstrate misparse of ',' with implied keyMarkus Armbruster1-0/+7
2020-10-15keyval: Fix and clarify grammarMarkus Armbruster1-6/+10
2020-10-15chardev/spice: build spice chardevs as moduleGerd Hoffmann2-1/+8
2020-10-15meson: add spice dependency to core spice source files.Gerd Hoffmann1-1/+1
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann3-2/+4
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann6-39/+20
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann2-7/+4
2020-10-15ui/spice-app: don't use qemu_chr_open_spice_port directlyGerd Hoffmann1-4/+13
2020-10-15modules: update qom object module commentGerd Hoffmann1-1/+3
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann3-15/+15
2020-10-14linux-user/microblaze: Remove non-rt signal framesRichard Henderson2-96/+2
2020-10-14linux-user/microblaze: Implement rt signal framesRichard Henderson1-9/+82
2020-10-14tests/tcg/linux-test: Adjust getsockname for muslRichard Henderson1-1/+1
2020-10-14i386: Mark Icelake-Client CPU models deprecatedRobert Hoo2-3/+13
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo4-3/+27
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost1-10/+9
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost6-14/+3
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost3-27/+18
2020-10-14i386/kvm: Require KVM_CAP_IRQ_ROUTINGEduardo Habkost1-0/+5
2020-10-14target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger1-3/+8
2020-10-14i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough caseZhenyu Wang1-1/+1
2020-10-14i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov1-3/+0
2020-10-14Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' i...Peter Maydell12-173/+105
2020-10-14ui: Fix default window_id valueSamuel Thibault1-0/+1