Age | Commit message (Expand) | Author | Files | Lines |
2013-07-03 | kvmclock: clock should count only if vm is running | Marcelo Tosatti | 1 | -34/+30 |
2013-07-03 | pci-assign: remove the duplicate function name in debug message | Wanlong Gao | 1 | -6/+6 |
2013-07-01 | KVM: PIC: Only commit irq routing when necessary | Alexander Graf | 1 | -0/+1 |
2013-06-28 | multiboot: Calculate upper_mem in the ROM | Kevin Wolf | 1 | -2/+0 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-06-28 | kvm: Change cpu_synchronize_state() argument to CPUState | Andreas Färber | 2 | -3/+3 |
2013-06-25 | Move hardcoded initialization of xen-platform device. | Paul Durrant | 1 | -3/+7 |
2013-06-25 | Allow use of pc machine type (accel=xen) for Xen HVM domains. | Paul Durrant | 1 | -3/+5 |
2013-06-25 | Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad... | Stefano Stabellini | 1 | -3/+3 |
2013-06-24 | Merge remote-tracking branch 'kraxel/usb.84' into staging | Anthony Liguori | 1 | -0/+12 |
2013-06-24 | usb: fix serial number for hid devices | Gerd Hoffmann | 1 | -0/+12 |
2013-06-21 | kvm: Fix potential resource leak (missing fclose) | Stefan Weil | 1 | -0/+1 |
2013-06-19 | pc: Make -no-fd-bootchk stick across boot order changes | Markus Armbruster | 1 | -4/+3 |
2013-06-15 | Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu | Blue Swirl | 4 | -36/+87 |
2013-06-14 | smbios: Check R in -smbios type=0, release=R parses okay | Markus Armbruster | 1 | -1/+4 |
2013-06-14 | smbios: Fix -smbios type=0, release=... for big endian hosts | Markus Armbruster | 1 | -2/+2 |
2013-06-14 | smbios: Clean up smbios_add_field() parameters | Markus Armbruster | 1 | -12/+14 |
2013-06-14 | smbios: Convert to error_report() | Markus Armbruster | 1 | -12/+12 |
2013-06-10 | target-i386: Update model values on Conroe/Penryn/Nehalem CPU models | Eduardo Habkost | 2 | -0/+8 |
2013-06-10 | pc: Create pc-*-1.6 machine-types | Eduardo Habkost | 2 | -3/+23 |
2013-06-10 | pc: Fix crash when attempting to hotplug CPU with negative ID | Igor Mammedov | 1 | -0/+5 |
2013-06-07 | isa: QOM'ify ISADevice | Andreas Färber | 2 | -5/+6 |
2013-06-07 | i8259: Convert PICCommonState to use QOM realizefn | Andreas Färber | 1 | -2/+24 |
2013-06-07 | kvm/i8259: QOM'ify some more | Andreas Färber | 1 | -3/+5 |
2013-06-07 | i8254: Convert PITCommonState to QOM realizefn | Andreas Färber | 1 | -12/+28 |
2013-06-07 | kvm/i8254: QOM'ify some more | Andreas Färber | 1 | -8/+11 |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber | 1 | -6/+13 |
2013-06-04 | Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging | Anthony Liguori | 2 | -22/+5 |
2013-06-03 | xen: use pc_init_pci instead of pc_init_pci_no_kvmclock | Stefano Stabellini | 1 | -2/+2 |
2013-06-03 | xen: remove xen_vcpu_init | Stefano Stabellini | 1 | -1/+0 |
2013-06-03 | xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) | Stefano Stabellini | 1 | -3/+3 |
2013-06-03 | xen_machine_pv: do not create a dummy CPU in machine->init | Stefano Stabellini | 1 | -16/+0 |
2013-06-02 | refer to FWCfgState explicitly | Laszlo Ersek | 4 | -15/+17 |
2013-05-29 | isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS) | Jordan Justen | 1 | -0/+5 |
2013-05-22 | pci-assign: Add MSI affinity support | Alex Williamson | 1 | -0/+18 |
2013-05-13 | Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature" | Paolo Bonzini | 2 | -4/+0 |
2013-05-12 | remove double semicolons | Dong Xu Wang | 1 | -1/+1 |
2013-05-07 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori | 2 | -0/+2 |
2013-05-06 | target-i386: n270 can MOVBE | Borislav Petkov | 2 | -0/+2 |
2013-05-06 | kvmvapic: add ioport read accessor | Marcelo Tosatti | 1 | -0/+6 |
2013-05-02 | target-i386: Replace cpuid_*features fields with a feature word array | Eduardo Habkost | 1 | -1/+1 |
2013-05-01 | pc: Implement QEMUMachine::hot_add_cpu hook | Igor Mammedov | 3 | -0/+28 |
2013-05-01 | target-i386: Move APIC to ICC bus | Igor Mammedov | 1 | -2/+11 |
2013-05-01 | target-i386: Attach ICC bus to CPU on its creation | Igor Mammedov | 3 | -6/+8 |
2013-05-01 | target-i386: Introduce ICC bus/device/bridge | Igor Mammedov | 2 | -0/+14 |
2013-05-01 | kvmvapic: Make dependency on sysbus.h explicit | Igor Mammedov | 1 | -0/+1 |
2013-05-01 | target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE | Igor Mammedov | 1 | -1/+1 |
2013-05-01 | target-i386: Introduce apic-id CPU property | Igor Mammedov | 1 | -1/+28 |
2013-05-01 | pc: Update rtc_cmos on CPU hot-plug | Igor Mammedov | 1 | -0/+20 |
2013-04-30 | pvpanic: create pvpanic by default for machine 1.5 | Hu Tao | 2 | -0/+19 |