aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-19Add rx-softmmuYoshinori Sato7-2/+20
2020-03-19target/rx: Dump bytes for each insn during disassemblyRichard Henderson1-1/+15
2020-03-19target/rx: Collect all bytes during disassemblyRichard Henderson1-20/+42
2020-03-19target/rx: Emit all disassembly in one prt()Richard Henderson1-36/+39
2020-03-19target/rx: Use prt_ldmi for XCHG_mr disassemblyRichard Henderson1-7/+1
2020-03-19target/rx: Replace operand with prt_ldmi in disassemblerRichard Henderson1-50/+27
2020-03-19target/rx: Disassemble rx_index_addr into a stringRichard Henderson1-99/+55
2020-03-19target/rx: RX disassemblerYoshinori Sato2-0/+1485
2020-03-19target/rx: CPU definitionsYoshinori Sato8-6/+682
2020-03-19target/rx: TCG helpersYoshinori Sato3-0/+650
2020-03-19target/rx: TCG translationYoshinori Sato3-0/+3065
2020-03-19MAINTAINERS: Add entry for the Renesas RX architectureYoshinori Sato1-0/+5
2020-03-19hw/registerfields.h: Add 8bit and 16bit register macrosYoshinori Sato1-0/+30
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell50-279/+490
2020-03-19Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell9-12/+300
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell24-127/+61
2020-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell42-752/+907
2020-03-18Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200317' into stagingPeter Maydell3-241/+122
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell54-701/+1497
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell6-26/+26
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell29-853/+863
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger2-4/+4
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger6-20/+25
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger1-4/+0
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger4-0/+5
2020-03-17hw/i386: Consolidate topology functionsBabu Moger3-85/+75
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger5-47/+81
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell41-108/+144
2020-03-17machine/memory encryption: Disable mem mergeDr. David Alan Gilbert1-0/+8
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger3-50/+57
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu2-1/+103
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu1-4/+13
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu1-2/+9
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu1-0/+12
2020-03-17tests/docker: make "buildah bud" output similar to "docker build"Cleber Rosa1-1/+1
2020-03-17tests/docker: add CentOS 8 DockerfileCleber Rosa1-0/+32
2020-03-17Acceptance tests: add make targets to download imagesCleber Rosa1-2/+18
2020-03-17Acceptance test: add "boot_linux" testsCleber Rosa3-1/+224
2020-03-17Acceptance tests: introduce BUILD_DIR and SOURCE_DIRCleber Rosa1-6/+19
2020-03-17python/qemu/qmp.py: QMP debug with VM labelOksana Vohchana2-2/+6
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake3-29/+13
2020-03-17net: Complete qapi-fication of netdev_addEric Blake4-19/+4
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau7-15/+16
2020-03-17qapi: Mark deprecated QMP parts with feature 'deprecated'Markus Armbruster6-57/+115
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster8-6/+24
2020-03-17qapi: Replace qmp_dispatch()'s TODO comment by an explanationMarkus Armbruster1-1/+5
2020-03-17qapi: Simplify how qmp_dispatch() gets the request IDMarkus Armbruster1-11/+12
2020-03-17qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESPMarkus Armbruster1-12/+13
2020-03-17qapi: Inline do_qmp_dispatch() into qmp_dispatch()Markus Armbruster1-49/+41
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster11-14/+46