aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-31tests/lcitool: Rename non-Debian specific helperAlex Bennée1-19/+19
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell1-1/+2
2022-10-31Merge tag 'pull-qemu-20221031' of https://gitlab.com/stweil/qemu into stagingStefan Hajnoczi2-10/+51
2022-10-31Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi29-5569/+4183
2022-10-31hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang1-45/+40
2022-10-31hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang1-31/+12
2022-10-31hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé4-12/+37
2022-10-31hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang1-5/+4
2022-10-31hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow2-5/+6
2022-10-31hw/isa/piix4: Add missing initializationBernhard Beschow1-0/+2
2022-10-31hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow2-1/+6
2022-10-31hw/mips/malta: Reuse dev variableBernhard Beschow1-3/+2
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow1-1/+0
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow4-4/+14
2022-10-31hw/isa/piix4: Rename wrongly named methodBernhard Beschow1-2/+2
2022-10-31hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow1-1/+1
2022-10-31hw/isa/piix3: Modernize reset handlingBernhard Beschow1-5/+3
2022-10-31hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow1-1/+5
2022-10-31hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow1-3/+3
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow5-5/+14
2022-10-31disas/mips: Fix branch displacement for BEQZC and BNEZCDavid Daney1-2/+10
2022-10-31disas/nanomips: Rename nanomips.cpp to nanomips.cMilica Lazarevic2-1/+1
2022-10-31disas/nanomips: Remove argument passing by refMilica Lazarevic1-3/+3
2022-10-31disas/nanomips: Replace Cpp enums for C enumsMilica Lazarevic1-4/+4
2022-10-31disas/nanomips: Replace exception handlingMilica Lazarevic1-55/+45
2022-10-31disas/nanomips: Expand Dis_info structMilica Lazarevic1-1351/+1357
2022-10-31disas/nanomips: Remove function overloadingMilica Lazarevic1-7/+1
2022-10-31disas/nanomips: Prevent memory leakingMilica Lazarevic1-45/+51
2022-10-31disas/nanomips: Remove CPR functionMilica Lazarevic1-65/+45
2022-10-31disas/nanomips: Remove IMMEDIATE functionsMilica Lazarevic1-491/+265
2022-10-31disas/nanomips: Replace std::string typeMilica Lazarevic1-2439/+2337
2022-10-31disas/nanomips: Delete wrapper functionsMilica Lazarevic1-16/+2
2022-10-31disas/nanomips: Delete copy functionsMilica Lazarevic1-1592/+1559
2022-10-31disas/nanomips: Remove #include <sstream>Milica Lazarevic1-1/+0
2022-10-31disas/nanomips: Delete nanomips.hMilica Lazarevic1-26/+0
2022-10-31disas/nanomips: Move typedefs etc to nanomips.cppMilica Lazarevic2-58/+56
2022-10-31disas/nanomips: Remove NMD classMilica Lazarevic2-118/+101
2022-10-31disas/nanomips: Remove Pool tables from the classMilica Lazarevic2-371/+193
2022-10-31disas/nanomips: Remove disasm methods from classMilica Lazarevic2-1913/+1275
2022-10-31disas/nanomips: Remove __cond methods from classMilica Lazarevic2-33/+23
2022-10-31disas/nanomips: Remove helper methods from classMilica Lazarevic2-318/+154
2022-10-31disas/nanomips: Delete NMD class second fieldMilica Lazarevic2-1329/+1331
2022-10-31disas/nanomips: Delete NMD class fieldMilica Lazarevic2-15/+2
2022-10-31disas/nanomips: Extract enums out of the NMD classMilica Lazarevic2-34/+33
2022-10-31disas/nanomips: Remove namespace imgMilica Lazarevic2-731/+712
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan6-10/+0
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow3-2/+8
2022-10-31hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow1-1/+11
2022-10-31hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow1-18/+10
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow3-9/+16