aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-02nbd: skip SIGTERM handler if NBD device support is not builtDaniel P. Berrangé1-1/+4
2020-09-02block: add missing socket_init() calls to toolsDaniel P. Berrangé3-0/+5
2020-09-02block/nbd: use non-blocking connect: fix vm hang on connect()Vladimir Sementsov-Ogievskiy1-1/+265
2020-09-02iotests/259: Fix reference outputMax Reitz1-1/+1
2020-09-02iotests/059: Fix reference outputMax Reitz1-1/+1
2020-09-02Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell34-284/+215
2020-09-02Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20200901' into stagingPeter Maydell20-1862/+2129
2020-09-02target/i386/sev: Plug memleak in sev_read_file_base64Pan Nengyuan1-0/+1
2020-09-02target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_featuresPan Nengyuan1-0/+1
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck2-0/+2
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger6-25/+20
2020-09-02Revert "hw/386: Add EPYC mode topology decoding functions"Babu Moger1-100/+0
2020-09-02Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger1-34/+127
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger2-14/+0
2020-09-02Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger2-17/+0
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger2-33/+10
2020-09-02Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger1-2/+0
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger3-7/+4
2020-09-02tls-cipher-suites: Correct instance_sizeEduardo Habkost1-1/+1
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost1-3/+1
2020-09-02rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost2-1/+1
2020-09-02rx: Rename QOM type check macrosEduardo Habkost6-17/+17
2020-09-02arm: Fix typo in AARCH64_CPU_GET_CLASS definitionEduardo Habkost1-1/+1
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost2-2/+2
2020-09-02x86-iommu: Rename QOM type macrosEduardo Habkost5-6/+6
2020-09-02mos6522: Rename QOM macrosEduardo Habkost5-19/+19
2020-09-02imx_ccm: Rename IMX_GET_CLASS macroEduardo Habkost2-2/+2
2020-09-01Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell22-233/+302
2020-09-01Makefile: Fix in-tree clean/distcleanGreg Kurz1-8/+8
2020-09-01Makefile: Add back TAGS/ctags/cscope rulesGreg Kurz1-1/+17
2020-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'...Peter Maydell16-806/+1824
2020-09-01target/microblaze: Reduce linux-user address space to 32-bitRichard Henderson4-4/+45
2020-09-01target/microblaze: Add flags markup to some helpersRichard Henderson1-4/+4
2020-09-01target/microblaze: Remove cpu_R[0]Richard Henderson1-1/+7
2020-09-01target/microblaze: Remove last of old decoderRichard Henderson2-131/+1
2020-09-01target/microblaze: Convert dec_stream to decodetreeRichard Henderson2-12/+52
2020-09-01target/microblaze: Convert dec_msr to decodetreeRichard Henderson2-130/+135
2020-09-01target/microblaze: Convert msrclr, msrset to decodetreeRichard Henderson2-37/+54
2020-09-01target/microblaze: Tidy do_rti, do_rtb, do_rteRichard Henderson1-44/+29
2020-09-01target/microblaze: Convert dec_rts to decodetreeRichard Henderson2-28/+28
2020-09-01target/microblaze: Convert dec_bcc to decodetreeRichard Henderson2-47/+88
2020-09-01target/microblaze: Convert dec_br to decodetreeRichard Henderson2-38/+63
2020-09-01target/microblaze: Reorganize branchingRichard Henderson2-118/+80
2020-09-01target/microblaze: Convert mbar to decodetreeRichard Henderson2-38/+49
2020-09-01target/microblaze: Convert brk and brki to decodetreeRichard Henderson5-53/+79
2020-09-01target/microblaze: Tidy mb_cpu_dump_stateRichard Henderson1-25/+40
2020-09-01target/microblaze: Replace delayed_branch with tb_flags_to_setRichard Henderson1-12/+5
2020-09-01target/microblaze: Replace clear_imm with tb_flags_to_setRichard Henderson1-6/+9
2020-09-01target/microblaze: Use cc->do_unaligned_accessRichard Henderson6-69/+64
2020-09-01tcg: Add tcg_get_insn_start_paramRichard Henderson1-0/+15