| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/isa/piix4: Add missing initialization | Bernhard Beschow | 2022-10-31 | 1 | -0/+2 |
* | hw/isa/Kconfig: Fix dependencies of piix4 southbridge | Bernhard Beschow | 2022-10-31 | 2 | -1/+6 |
* | hw/mips/malta: Reuse dev variable | Bernhard Beschow | 2022-10-31 | 1 | -3/+2 |
* | hw/isa/piix3: Remove unused include | Bernhard Beschow | 2022-10-31 | 1 | -1/+0 |
* | hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers | Bernhard Beschow | 2022-10-31 | 4 | -4/+14 |
* | hw/isa/piix4: Rename wrongly named method | Bernhard Beschow | 2022-10-31 | 1 | -2/+2 |
* | hw/isa/piix3: Prefer pci_address_space() over get_system_memory() | Bernhard Beschow | 2022-10-31 | 1 | -1/+1 |
* | hw/isa/piix3: Modernize reset handling | Bernhard Beschow | 2022-10-31 | 1 | -5/+3 |
* | hw/isa/piix3: Add size constraints to rcr_ops | Bernhard Beschow | 2022-10-31 | 1 | -1/+5 |
* | hw/isa/piix3: Remove extra ';' outside of functions | Bernhard Beschow | 2022-10-31 | 1 | -3/+3 |
* | hw/i386/pc: Create DMA controllers in south bridges | Bernhard Beschow | 2022-10-31 | 5 | -5/+14 |
* | disas/mips: Fix branch displacement for BEQZC and BNEZC | David Daney | 2022-10-31 | 1 | -2/+10 |
* | disas/nanomips: Rename nanomips.cpp to nanomips.c | Milica Lazarevic | 2022-10-31 | 2 | -1/+1 |
* | disas/nanomips: Remove argument passing by ref | Milica Lazarevic | 2022-10-31 | 1 | -3/+3 |
* | disas/nanomips: Replace Cpp enums for C enums | Milica Lazarevic | 2022-10-31 | 1 | -4/+4 |
* | disas/nanomips: Replace exception handling | Milica Lazarevic | 2022-10-31 | 1 | -55/+45 |
* | disas/nanomips: Expand Dis_info struct | Milica Lazarevic | 2022-10-31 | 1 | -1351/+1357 |
* | disas/nanomips: Remove function overloading | Milica Lazarevic | 2022-10-31 | 1 | -7/+1 |
* | disas/nanomips: Prevent memory leaking | Milica Lazarevic | 2022-10-31 | 1 | -45/+51 |
* | disas/nanomips: Remove CPR function | Milica Lazarevic | 2022-10-31 | 1 | -65/+45 |
* | disas/nanomips: Remove IMMEDIATE functions | Milica Lazarevic | 2022-10-31 | 1 | -491/+265 |
* | disas/nanomips: Replace std::string type | Milica Lazarevic | 2022-10-31 | 1 | -2439/+2337 |
* | disas/nanomips: Delete wrapper functions | Milica Lazarevic | 2022-10-31 | 1 | -16/+2 |
* | disas/nanomips: Delete copy functions | Milica Lazarevic | 2022-10-31 | 1 | -1592/+1559 |
* | disas/nanomips: Remove #include <sstream> | Milica Lazarevic | 2022-10-31 | 1 | -1/+0 |
* | disas/nanomips: Delete nanomips.h | Milica Lazarevic | 2022-10-31 | 1 | -26/+0 |
* | disas/nanomips: Move typedefs etc to nanomips.cpp | Milica Lazarevic | 2022-10-31 | 2 | -58/+56 |
* | disas/nanomips: Remove NMD class | Milica Lazarevic | 2022-10-31 | 2 | -118/+101 |
* | disas/nanomips: Remove Pool tables from the class | Milica Lazarevic | 2022-10-31 | 2 | -371/+193 |
* | disas/nanomips: Remove disasm methods from class | Milica Lazarevic | 2022-10-31 | 2 | -1913/+1275 |
* | disas/nanomips: Remove __cond methods from class | Milica Lazarevic | 2022-10-31 | 2 | -33/+23 |
* | disas/nanomips: Remove helper methods from class | Milica Lazarevic | 2022-10-31 | 2 | -318/+154 |
* | disas/nanomips: Delete NMD class second field | Milica Lazarevic | 2022-10-31 | 2 | -1329/+1331 |
* | disas/nanomips: Delete NMD class field | Milica Lazarevic | 2022-10-31 | 2 | -15/+2 |
* | disas/nanomips: Extract enums out of the NMD class | Milica Lazarevic | 2022-10-31 | 2 | -34/+33 |
* | disas/nanomips: Remove namespace img | Milica Lazarevic | 2022-10-31 | 2 | -731/+712 |
* | hw: Remove unused MAX_IDE_BUS define | BALATON Zoltan | 2022-10-31 | 6 | -10/+0 |
* | hw/isa/vt82c686: Create rtc-time alias in boards instead | Bernhard Beschow | 2022-10-31 | 3 | -2/+8 |
* | hw/isa/vt82c686: Embed RTCState in host device | Bernhard Beschow | 2022-10-31 | 1 | -1/+11 |
* | hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it | Bernhard Beschow | 2022-10-31 | 1 | -18/+10 |
* | hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device | Bernhard Beschow | 2022-10-31 | 3 | -9/+16 |
* | hw/isa/vt82c686: Instantiate PM function in host device | Bernhard Beschow | 2022-10-31 | 4 | -5/+15 |
* | hw/isa/vt82c686: Instantiate USB functions in host device | Bernhard Beschow | 2022-10-31 | 3 | -7/+12 |
* | hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define | Bernhard Beschow | 2022-10-31 | 4 | -6/+7 |
* | hw/isa/vt82c686: Instantiate IDE function in host device | Bernhard Beschow | 2022-10-31 | 6 | -11/+26 |
* | hw/isa/vt82c686: Introduce TYPE_VIA_IDE define | Bernhard Beschow | 2022-10-31 | 4 | -3/+4 |
* | hw/isa/vt82c686: Reuse errp | Bernhard Beschow | 2022-10-31 | 1 | -1/+6 |
* | hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory() | Bernhard Beschow | 2022-10-31 | 1 | -1/+1 |
* | hw/isa/vt82c686: Resolve unneeded attribute | Bernhard Beschow | 2022-10-31 | 1 | -8/+8 |
* | hw/isa/vt82c686: Resolve chip-specific realize methods | Bernhard Beschow | 2022-10-31 | 1 | -15/+18 |