Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -2/+1 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -1/+1 |
2020-07-02 | x86: Fix x86_cpu_new() error handling | Markus Armbruster | 1 | -3/+5 |
2020-06-17 | x86: move max-ram-below-4g to pc | Gerd Hoffmann | 1 | -46/+0 |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 1 | -3/+3 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -4/+4 |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 1 | -3/+3 |
2020-03-31 | hw/i386: Move arch_id decode inside x86_cpus_init | Babu Moger | 1 | -7/+30 |
2020-03-31 | hw/i386: Introduce apicid functions inside X86MachineState | Babu Moger | 1 | -0/+5 |
2020-03-29 | acpi: add acpi=OnOffAuto machine property to x86 and arm virt | Gerd Hoffmann | 1 | -0/+32 |
2020-03-17 | hw/i386: Update structures to save the number of nodes per package | Babu Moger | 1 | -0/+1 |
2020-03-17 | hw/i386: Remove unnecessary initialization in x86_cpu_new | Babu Moger | 1 | -4/+0 |
2020-03-17 | hw/i386: Introduce X86CPUTopoInfo to contain topology info | Babu Moger | 1 | -8/+24 |
2020-03-17 | hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs | Babu Moger | 1 | -9/+9 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-29 | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 1 | -1/+1 |
2020-01-07 | hw/i386/pc: fix regression in parsing vga cmdline parameter | Peter Wu | 1 | -4/+4 |
2019-12-17 | hw/i386: Simplify ioapic_init_gsi() | Philippe Mathieu-Daudé | 1 | -4/+3 |
2019-12-17 | hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler() | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-12-17 | x86: move more x86-generic functions out of PC files | Paolo Bonzini | 1 | -0/+103 |
2019-12-17 | x86: move SMM property to X86MachineState | Paolo Bonzini | 1 | -1/+49 |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini | 1 | -0/+1 |
2019-11-19 | hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass | Liam Merwick | 1 | -0/+1 |
2019-10-22 | hw/i386: make x86.c independent from PCMachineState | Sergio Lopez | 1 | -29/+24 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 1 | -15/+125 |
2019-10-22 | hw/i386/pc: move shared x86 functions to x86.c and export them | Sergio Lopez | 1 | -0/+690 |