aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Build TPM passthrough for i386 and x86_64 targetsStefan Berger2-0/+2
2013-03-12Add support for cancelling of a TPM commandStefan Berger3-16/+171
2013-03-12Add a TPM Passthrough backend driver implementationStefan Berger9-1/+599
2013-03-12Build the TPM frontend codeStefan Berger4-0/+16
2013-03-12Add a debug registerStefan Berger1-0/+70
2013-03-12Add TPM (frontend) hardware interface (TPM TIS) to QEMUStefan Berger1-0/+859
2013-03-12Support for TPM command line optionsStefan Berger14-0/+776
2013-03-12virtio-ccw: Wire up virtio-rng.Cornelia Huck2-0/+62
2013-03-12virtio-ccw: remove qdev_unparent in unplug routingChristian Borntraeger1-1/+0
2013-03-12target-lm32: Update VMStateDescription to LM32CPUAndreas Färber4-14/+18
2013-03-12target-arm: Override do_interrupt for ARMv7-M profileAndreas Färber3-6/+19
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber63-67/+159
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber37-99/+106
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber24-66/+105
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber70-224/+319
2013-03-12target-cris/helper.c: Update Coding StyleAndreas Färber1-197/+196
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber4-110/+113
2013-03-12cpu: Introduce cpu_class_set_vmsd()Andreas Färber1-0/+21
2013-03-12cpu: Register VMStateDescription through CPUStateAndreas Färber2-2/+12
2013-03-12stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLYAndreas Färber2-0/+6
2013-03-12vmstate: Make vmstate_register() static inlineAndreas Färber2-9/+10
2013-03-12target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber4-15/+22
2013-03-12target-sh4: Introduce SuperHCPU subclassesAndreas Färber3-85/+186
2013-03-12cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()Andreas Färber1-8/+3
2013-03-12monitor: Use qemu_get_cpu() in monitor_set_cpu()Andreas Färber1-8/+5
2013-03-12cpu: Fix qemu_get_cpu() to return NULL if CPU not foundIgor Mammedov1-1/+1
2013-03-11qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek1-6/+32
2013-03-11qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek1-6/+140
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek3-0/+96
2013-03-11qga: add guest-set-time commandLei Li3-0/+86
2013-03-11qga: add guest-get-time commandLei Li3-0/+35
2013-03-11qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth3-6/+204
2013-03-11qemu-ga: make guest-sync-delimited available during fsfreezeMichael Roth1-0/+1
2013-03-11qemu-ga: fix confusing GAChannelMethod comparisonStefan Hajnoczi1-1/+1
2013-03-11qga: cast to int for DWORD typeLei Li1-1/+1
2013-03-11Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori18-624/+402
2013-03-11arm: fix compilation with CONFIG_FDTPaolo Bonzini1-1/+0
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell1-1/+14
2013-03-11linux-user: Implement accept4Peter Maydell1-8/+31
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell2-0/+70
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell1-1/+1
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell1-8/+16
2013-03-11page_cache: dup memory on insertPeter Lieven3-4/+4
2013-03-11page_cache: fix memory leakPeter Lieven1-0/+3
2013-03-11Fix cache_resize to keep old entry ageOrit Wasserman1-10/+9
2013-03-11Fix page_cache leak in cache_resizeOrit Wasserman1-0/+1
2013-03-11migration: inline migrate_fd_closePaolo Bonzini1-12/+2
2013-03-11migration: eliminate s->migration_filePaolo Bonzini6-56/+11
2013-03-11migration: move contents of migration_close to migrate_fd_cleanupPaolo Bonzini1-10/+7
2013-03-11migration: move rate limiting to QEMUFilePaolo Bonzini4-99/+21