Age | Commit message (Expand) | Author |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 |
2009-03-13 | Make the ELF loader aware of backwards compatibility | blueswir1 |
2009-03-13 | temporarily disable logging around pci config writes (Avi Kivity) | aliguori |
2009-03-13 | stop dirty logging while updating cirrus bank memory (Glauber Costa) | aliguori |
2009-03-13 | Add missing file | aliguori |
2009-03-13 | Update changelog | aliguori |
2009-03-13 | qemu:virtio-net: Check return size on the correct sg list (Alex Williamson) | aliguori |
2009-03-13 | make qemu_announce_self handle non contiguous net tables (Marcelo Tosatti) | aliguori |
2009-03-13 | Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange") | aliguori |
2009-03-13 | monitor: Provide empty command as final history entry (Jan Kiszka) | aliguori |
2009-03-13 | Add and use remaining #defines for PCI device IDs (Stuart Brady) | aliguori |
2009-03-13 | remove is_graphic_console from vga.c (Stefano Stabellini) | aliguori |
2009-03-13 | DisplayAllocator interface (Stefano Stabellini) | aliguori |
2009-03-13 | tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops | aurel32 |
2009-03-13 | tcg/x86: add bswap16_i32 ops | aurel32 |
2009-03-13 | target-i386: use the new bswap* TCG ops | aurel32 |
2009-03-13 | target-ppc: use the new bswap* TCG ops | aurel32 |
2009-03-13 | tcg: update README wrt recent bswap changes | aurel32 |
2009-03-13 | tcg: add _tl aliases to bswap16/32/64 TCG ops | aurel32 |
2009-03-13 | tcg: add bswap16_i64 and bswap32_i64 TCG ops | aurel32 |
2009-03-13 | tcg: optimize tcg_gen_bswap16_i32 | aurel32 |
2009-03-13 | tcg: allow bswap16_i32 to be implemented by TCG backends | aurel32 |
2009-03-13 | tcg: rename bswap_i32/i64 functions | aurel32 |
2009-03-13 | Fix regression introduced by r6824 | aliguori |
2009-03-12 | From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001 | aliguori |
2009-03-12 | monitor: sync from kvm state before generating output (Jan Kiszka) | aliguori |
2009-03-12 | Guest debugging support for KVM (Jan Kiszka) | aliguori |
2009-03-12 | Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity) | aliguori |
2009-03-12 | Add internal scsi generic block API (Avi Kivity) | aliguori |
2009-03-12 | Add specialized block driver scsi generic API (Avi Kivity) | aliguori |
2009-03-11 | Revert r6404 | aliguori |
2009-03-11 | Revert r6405 | aliguori |
2009-03-11 | Revert r6406 | aliguori |
2009-03-11 | Revert r6407 | aliguori |
2009-03-11 | Revert r6408 | aliguori |
2009-03-11 | tcg: move {not,neg}_i{32,64} definitions at the right place | aurel32 |
2009-03-11 | tcg: fix commit r6805 | aurel32 |
2009-03-10 | Clean build: Add bt-host.h | aurel32 |
2009-03-10 | tcg-arm: fix qemu_ld64 | aurel32 |
2009-03-10 | tcg: update TODO | aurel32 |
2009-03-10 | tcg/x86: add not/neg/extu/bswap/rot i32 ops | aurel32 |
2009-03-10 | tcg: optimize logical operations | aurel32 |
2009-03-10 | target-ppc: fix commit r6789 | aurel32 |
2009-03-10 | musicpal: Reorganize IO memory handling (Jan Kiszka) | malc |
2009-03-10 | Fix tcg after commit 6800 | aurel32 |
2009-03-10 | target-mips: use nor instead of or + not | aurel32 |
2009-03-10 | tcg: use TCGV_EQUAL_I{32,64} | aurel32 |
2009-03-10 | tcg: define TCGV_EQUAL_I{32,64} | aurel32 |
2009-03-09 | tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) | aurel32 |
2009-03-09 | Implement TCG not ops for x86-64 | aurel32 |