index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
Age
Commit message (
Expand
)
Author
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
2013-01-17
migration: remove argument to qemu_savevm_state_cancel
Juan Quintela
2013-01-17
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-15
kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific code
Eduardo Habkost
2013-01-15
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
2013-01-12
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-20
savevm: New save live migration method: pending
Juan Quintela
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini