aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-15acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata3-564/+585
2010-05-15acpi: add acpi constants from linux header files and use them.Isaku Yamahata2-31/+103
2010-05-15acpi: split out apm register emulation from acpi.cIsaku Yamahata4-45/+127
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata4-156/+209
2010-05-15mc146818rtc: Register vmstate via qdevJan Kiszka1-1/+2
2010-05-15fdc: Register vmstate via qdevJan Kiszka1-5/+30
2010-05-15serial: Register vmstate via qdevJan Kiszka1-1/+12
2010-05-15vmstate: Add support for alias IDJan Kiszka4-5/+39
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka2-4/+0
2010-05-15sh: sm501: add 2D engine supportShin-ichiro KAWASAKI1-3/+169
2010-05-15tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski1-7/+2
2010-05-14cpus: add one 'const'Blue Swirl1-1/+1
2010-05-14e1000: make some tables 'const'Blue Swirl1-2/+2
2010-05-14ide: make a table 'const'Blue Swirl1-1/+1
2010-05-14vga: make some tables 'const'Blue Swirl1-5/+5
2010-05-14Compile virtio-9p-debug and virtio-9p-local onceBlue Swirl2-1/+3
2010-05-14Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori12-30/+169
2010-05-14Update SeaBIOSAnthony Liguori2-0/+0
2010-05-12pckbd: don't use any static stateBlue Swirl1-3/+1
2010-05-12apb: don't use any static stateBlue Swirl1-4/+3
2010-05-12target-sparc: Fix wrong printf argumentStefan Weil1-1/+1
2010-05-12Update OpenBIOS images to r771Blue Swirl4-3/+2
2010-05-11kvm: fix 80000001.EDX supported bit filteringGleb Natapov1-1/+1
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov5-0/+21
2010-05-11kvm: enable smp > 1Marcelo Tosatti5-5/+33
2010-05-11kvm: validate context for kvm cpu get/put operationsJan Kiszka1-0/+4
2010-05-11move stop/stopped CPU_COMMON fields after area zeroed by resetMarcelo Tosatti1-2/+2
2010-05-11add cpu_is_stopped helperMarcelo Tosatti2-0/+6
2010-05-11kvm: synchronize state from cpu contextJan Kiszka1-1/+9
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti4-0/+64
2010-05-11standardize on qemu_cpu_kick for signalling cpu thread(s)Marcelo Tosatti1-5/+2
2010-05-11make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti3-14/+19
2010-05-11kvm: set cpu_single_env around KVM_RUN ioctlMarcelo Tosatti1-0/+2
2010-05-11Fix -mem-path with hugetlbfsMarcelo Tosatti1-2/+6
2010-05-10doc: Clean up monitor command function indexMarkus Armbruster1-3/+1
2010-05-10doc: Heading for monitor command cpu got lost, restore itMarkus Armbruster1-0/+2
2010-05-10doc: Fix acl monitor command documentationMarkus Armbruster1-3/+4
2010-05-10doc: Fix host forwarding monitor command documentationMarkus Armbruster1-3/+10
2010-05-10lsi: Handle removal of selected devicesJan Kiszka1-22/+38
2010-05-10lsi: Adjust some register reset valuesJan Kiszka1-3/+5
2010-05-10lsi: Purge message queue on resetJan Kiszka1-0/+2
2010-05-10scsi-disk: Clear aiocb on read completionJan Kiszka1-0/+2
2010-05-10SCSI: Add disk reset handlerJan Kiszka1-8/+27
2010-05-10iov: Move from hw/ to topdirAmit Shah2-0/+0
2010-05-10vnc: set the right prefered encodingCorentin Chary1-4/+10
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl7-140/+271
2010-05-09sparc: lazy C flag calculationBlue Swirl1-16/+8
2010-05-09mips-dis: Add missing static attributesStefan Weil1-2/+2
2010-05-07tcg: Add missing 'static' attributeStefan Weil2-5/+2
2010-05-07qcow2: Remove static forward declarationKevin Wolf1-3/+2