Age | Commit message (Expand) | Author | Files | Lines |
2010-05-15 | pc: split out piix specific part from pc.c into pc_piix.c | Isaku Yamahata | 5 | -327/+381 |
2010-05-15 | pc: split out pci device init from pc_init1() into pc_pci_device_init() | Isaku Yamahata | 1 | -7/+12 |
2010-05-15 | pc: split out basic device init from pc_init1() into pc_basic_device_init() | Isaku Yamahata | 1 | -38/+48 |
2010-05-15 | pc: split out vga initialization from pc_init1() into pc_vga_init(). | Isaku Yamahata | 1 | -18/+23 |
2010-05-15 | pc: split out memory allocation from pc_init1() into pc_memory_init() | Isaku Yamahata | 1 | -28/+45 |
2010-05-15 | pc: split out cpu initialization from pc_init1() into pc_cpus_init(). | Isaku Yamahata | 1 | -12/+19 |
2010-05-15 | pc: make pc_init1() not refer ferr_irq directly. | Isaku Yamahata | 2 | -1/+9 |
2010-05-15 | pc: introduce a function to allocate cpu irq. | Isaku Yamahata | 1 | -1/+6 |
2010-05-15 | pc: remove global variable rtc_state by using qemu_irq. | Isaku Yamahata | 1 | -9/+7 |
2010-05-15 | pc: remove a global variable, floppy_controller. | Isaku Yamahata | 1 | -3/+5 |
2010-05-15 | pc: make an unnecessary global variable, pit, local. | Isaku Yamahata | 1 | -1/+1 |
2010-05-15 | pc, i440fx: Make smm enable/disable function i440fx independent. | Isaku Yamahata | 3 | -5/+22 |
2010-05-15 | pc: initialize ioapic before use. | Isaku Yamahata | 1 | -3/+3 |
2010-05-15 | acpi: split acpi.c into the common part and the piix4 part. | Isaku Yamahata | 3 | -564/+585 |
2010-05-15 | acpi: add acpi constants from linux header files and use them. | Isaku Yamahata | 2 | -31/+103 |
2010-05-15 | acpi: split out apm register emulation from acpi.c | Isaku Yamahata | 4 | -45/+127 |
2010-05-15 | acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c | Isaku Yamahata | 4 | -156/+209 |
2010-05-15 | mc146818rtc: Register vmstate via qdev | Jan Kiszka | 1 | -1/+2 |
2010-05-15 | fdc: Register vmstate via qdev | Jan Kiszka | 1 | -5/+30 |
2010-05-15 | serial: Register vmstate via qdev | Jan Kiszka | 1 | -1/+12 |
2010-05-15 | vmstate: Add support for alias ID | Jan Kiszka | 4 | -5/+39 |
2010-05-15 | vmstate: Drop unused post_save handler | Jan Kiszka | 2 | -4/+0 |
2010-05-15 | sh: sm501: add 2D engine support | Shin-ichiro KAWASAKI | 1 | -3/+169 |
2010-05-15 | tmp105: update the register in post_load where it needs updating. | Andrzej Zaborowski | 1 | -7/+2 |
2010-05-14 | cpus: add one 'const' | Blue Swirl | 1 | -1/+1 |
2010-05-14 | e1000: make some tables 'const' | Blue Swirl | 1 | -2/+2 |
2010-05-14 | ide: make a table 'const' | Blue Swirl | 1 | -1/+1 |
2010-05-14 | vga: make some tables 'const' | Blue Swirl | 1 | -5/+5 |
2010-05-14 | Compile virtio-9p-debug and virtio-9p-local once | Blue Swirl | 2 | -1/+3 |
2010-05-14 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 12 | -30/+169 |
2010-05-14 | Update SeaBIOS | Anthony Liguori | 2 | -0/+0 |
2010-05-12 | pckbd: don't use any static state | Blue Swirl | 1 | -3/+1 |
2010-05-12 | apb: don't use any static state | Blue Swirl | 1 | -4/+3 |
2010-05-12 | target-sparc: Fix wrong printf argument | Stefan Weil | 1 | -1/+1 |
2010-05-12 | Update OpenBIOS images to r771 | Blue Swirl | 4 | -3/+2 |
2010-05-11 | kvm: fix 80000001.EDX supported bit filtering | Gleb Natapov | 1 | -1/+1 |
2010-05-11 | Do not stop VM if emulation failed in userspace. | Gleb Natapov | 5 | -0/+21 |
2010-05-11 | kvm: enable smp > 1 | Marcelo Tosatti | 5 | -5/+33 |
2010-05-11 | kvm: validate context for kvm cpu get/put operations | Jan Kiszka | 1 | -0/+4 |
2010-05-11 | move stop/stopped CPU_COMMON fields after area zeroed by reset | Marcelo Tosatti | 1 | -2/+2 |
2010-05-11 | add cpu_is_stopped helper | Marcelo Tosatti | 2 | -0/+6 |
2010-05-11 | kvm: synchronize state from cpu context | Jan Kiszka | 1 | -1/+9 |
2010-05-11 | port qemu-kvm's on_vcpu code | Marcelo Tosatti | 4 | -0/+64 |
2010-05-11 | standardize on qemu_cpu_kick for signalling cpu thread(s) | Marcelo Tosatti | 1 | -5/+2 |
2010-05-11 | make SIG_IPI to tcg vcpu thread reliable | Marcelo Tosatti | 3 | -14/+19 |
2010-05-11 | kvm: set cpu_single_env around KVM_RUN ioctl | Marcelo Tosatti | 1 | -0/+2 |
2010-05-11 | Fix -mem-path with hugetlbfs | Marcelo Tosatti | 1 | -2/+6 |
2010-05-10 | doc: Clean up monitor command function index | Markus Armbruster | 1 | -3/+1 |
2010-05-10 | doc: Heading for monitor command cpu got lost, restore it | Markus Armbruster | 1 | -0/+2 |
2010-05-10 | doc: Fix acl monitor command documentation | Markus Armbruster | 1 | -3/+4 |