Age | Commit message (Expand) | Author |
2013-06-28 | kvm: Change kvm_cpu_synchronize_state() argument to CPUState | Andreas Färber |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini |
2013-06-20 | dma: eliminate old-style IOMMU support | Paolo Bonzini |
2013-06-11 | memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting | Andreas Färber |
2013-06-11 | cpu: Turn cpu_get_memory_mapping() into a CPUState hook | Andreas Färber |
2013-06-11 | memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.h | Andreas Färber |
2013-06-11 | cpu: Turn cpu_paging_enabled() into a CPUState hook | Andreas Färber |
2013-06-10 | qemu-char: don't issue CHR_EVENT_OPEN in a BH | Michael Roth |
2013-05-31 | Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging | Anthony Liguori |
2013-05-29 | memory: add address_space_access_valid | Paolo Bonzini |
2013-05-29 | kvm: add kvm_readonly_mem_enabled | Jordan Justen |
2013-05-14 | osdep, kvm: rename low-level RAM allocation functions | Paolo Bonzini |
2013-05-02 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-05-01 | Trivial grammar and spelling fixes | Stefan Weil |
2013-05-01 | cpu: Move cpu_write_elfXX_note() functions to CPUState | Jens Freimann |
2013-05-01 | cpu: Introduce CPU hot-plug notifier | Igor Mammedov |
2013-05-01 | cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() | Igor Mammedov |
2013-05-01 | cpu: Make kvm-stub.o available outside softmmu | Igor Mammedov |
2013-04-30 | sysemu: drop register_devices from header | Michael S. Tsirkin |
2013-04-30 | add a new runstate: RUN_STATE_GUEST_PANICKED | Hu Tao |
2013-04-29 | audio: look for the ISA and PCI buses | Paolo Bonzini |
2013-04-29 | audio: remove HAS_AUDIO | Paolo Bonzini |
2013-04-26 | Common: Add quick access to first boot device | Dominik Dingel |
2013-04-23 | Move TPM passthrough specific command line options to backend structure | Stefan Berger |
2013-04-22 | Add option to mlock qemu and guest memory | Satoru Moriya |
2013-04-19 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-04-17 | chardev: remove the headers of Memory chardev driver | Lei Li |
2013-04-16 | cpu: Pass CPUState to *cpu_synchronize_post*() | Igor Mammedov |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-04-15 | tpm: reorganize headers and split hardware part | Paolo Bonzini |
2013-04-14 | kvm: remove unused APIs | Michael S. Tsirkin |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-04 | acpi_table_add(): accept QemuOpts and parse it with OptsVisitor | Laszlo Ersek |
2013-03-23 | Add sample moxie system | Anthony Green |
2013-03-15 | blockdev: Keep a copy of DriveInfo.serial | Kevin Wolf |
2013-03-11 | migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state | Paolo Bonzini |
2013-02-23 | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() | Peter Maydell |
2013-02-21 | ui: add basic GTK gui (v5) | Anthony Liguori |
2013-02-21 | Remove forward declaration of non-existant variable | Hervé Poussineau |
2013-02-16 | cpus.c: Drop unnecessary set_cpu_log() | Peter Maydell |
2013-02-16 | qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename | Peter Maydell |
2013-02-02 | util: Fix compilation of envlist.c for MinGW | Stefan Weil |
2013-02-01 | accel: change {xen, kvm, tcg, qtest}_allowed from int to bool | liguang |
2013-01-28 | kvm: Pass CPUState to kvm_on_sigbus_vcpu() | Andreas Färber |
2013-01-27 | cpus.h: Make constant smp_cores/smp_threads available on *-user | Eduardo Habkost |
2013-01-27 | kvm: Create kvm_arch_vcpu_id() function | Eduardo Habkost |
2013-01-27 | kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVM | Eduardo Habkost |
2013-01-26 | fw_cfg: Splash image loader can overrun a stack variable, fix | Markus Armbruster |
2013-01-21 | Merge remote-tracking branch 'quintela/thread.next' into staging | Anthony Liguori |
2013-01-19 | vl: Use size_t for sizes in get_boot_devices_list() | Markus Armbruster |