Age | Commit message (Expand) | Author |
2013-01-12 | pixman: fix warning | Gerd Hoffmann |
2013-01-12 | bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p | Richard Henderson |
2013-01-12 | bswap: Rewrite all ld<type>_<endian>_p functions | Richard Henderson |
2013-01-12 | bswap: Add host endian unaligned access functions | Richard Henderson |
2013-01-12 | bswap: Tidy base definitions of bswapN | Richard Henderson |
2013-01-12 | fdt: Use bswapN instead of bswap_N | Richard Henderson |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2013-01-08 | qemu-common.h: Make qemu_init_vcpu() stub static inline | Andreas Färber |
2013-01-08 | cpu: Change parent type to Device | Eduardo Habkost |
2013-01-05 | softfloat: Implement uint64_to_float128 | Richard Henderson |
2013-01-02 | iov: add qemu_iovec_concat_iov() | Stefan Hajnoczi |
2013-01-02 | iov: add iov_discard_front/back() to remove data | Stefan Hajnoczi |
2013-01-02 | raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane | Stefan Hajnoczi |
2012-12-28 | Disable semaphores fallback code for OpenBSD | Brad Smith |
2012-12-23 | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu | Andreas Färber |
2012-12-20 | migration: merge QEMUFileBuffered into MigrationState | Juan Quintela |
2012-12-20 | memory: introduce memory_region_test_and_clear_dirty | Juan Quintela |
2012-12-20 | migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect | Juan Quintela |
2012-12-20 | migration: move migration_fd_put_ready() | Juan Quintela |
2012-12-20 | migration: move buffered_file.c code into migration.c | Juan Quintela |
2012-12-20 | savevm: New save live migration method: pending | Juan Quintela |
2012-12-20 | migration: remove unfreeze logic | Juan Quintela |
2012-12-20 | migration: make writes blocking | Juan Quintela |
2012-12-20 | migration: move migration thread init code to migrate_fd_put_ready | Juan Quintela |
2012-12-20 | migration: make qemu_fopen_ops_buffered() return void | Juan Quintela |
2012-12-20 | protect the ramlist with a separate mutex | Umesh Deshpande |
2012-12-20 | add a version number to ram_list | Umesh Deshpande |
2012-12-20 | exec: change RAM list to a TAILQ | Paolo Bonzini |
2012-12-20 | exec: change ramlist from MRU order to a 1-item cache | Paolo Bonzini |
2012-12-19 | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori |
2012-12-19 | cpu: Move kvm_run into CPUState | Andreas Färber |
2012-12-19 | cpu: Move kvm_state field into CPUState | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_arch_* | Andreas Färber |
2012-12-19 | cpu: Move kvm_fd into CPUState | Andreas Färber |
2012-12-19 | janitor: move remaining public headers to include/ | Paolo Bonzini |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-11-30 | stream: fix ratelimit_set_speed | Dietmar Maurer |
2012-11-26 | virtio-rng: fix typos, comments | Amit Shah |