Age | Commit message (Expand) | Author |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-26 | exec: assert that RAMBlock size is non-zero | Stefan Hajnoczi |
2013-03-14 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-03-12 | exec: make -mem-path filenames deterministic | Peter Feiner |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber |
2013-03-12 | exec: Pass CPUState to cpu_reset_interrupt() | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-12 | cpu: Register VMStateDescription through CPUState | Andreas Färber |
2013-03-12 | cpu: Fix qemu_get_cpu() to return NULL if CPU not found | Igor Mammedov |
2013-03-03 | Handle CPU interrupts by inline checking of a flag | Peter Maydell |
2013-02-16 | cputlb: Pass CPUState to cpu_unlink_tb() | Andreas Färber |
2013-02-16 | cpu: Move exit_request field to CPUState | Andreas Färber |
2013-01-19 | Replace non-portable asprintf by g_strdup_printf | Stefan Weil |
2013-01-15 | exec: Return CPUState from qemu_get_cpu() | Andreas Färber |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber |
2013-01-15 | cpu: Move numa_node field to CPUState | Andreas Färber |
2013-01-12 | stubs: fully replace qemu-tool.c and qemu-user.c | Paolo Bonzini |
2013-01-06 | Revert "virtio-pci: replace byte swap hack" | Blue Swirl |
2013-01-06 | virtio-pci: replace byte swap hack | Blue Swirl |
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: sort the memory from biggest to smallest | Paolo Bonzini |
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 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini |
2012-12-16 | exec: move TB handling to translate-all.c | Blue Swirl |
2012-12-16 | exec: extract TB watchpoint check | Blue Swirl |
2012-12-16 | exec: fix coding style | Blue Swirl |
2012-12-08 | exec: Advise huge pages for the TCG code gen buffer | Richard Henderson |
2012-11-12 | dma: Define dma_context_memory and use in sysbus-ohci | Peter Maydell |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl |
2012-11-03 | tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization | Yeongkyoon Lee |
2012-11-01 | exec: make some functions static | Blue Swirl |
2012-10-31 | cpu: Move thread_id to CPUState | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_kick() | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_is_self() | Andreas Färber |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-22 | Call MADV_HUGEPAGE for guest RAM allocations | Luiz Capitulino |
2012-10-22 | Merge remote-tracking branch 'quintela/migration-next-20121017' into staging | Anthony Liguori |
2012-10-22 | Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging | Anthony Liguori |
2012-10-22 | memory: add address_space_destroy() | Avi Kivity |
2012-10-22 | memory: per-AddressSpace dispatch | Avi Kivity |
2012-10-22 | memory: use AddressSpace for MemoryListener filtering | Avi Kivity |
2012-10-22 | memory: move tcg flush into a tcg memory listener | Avi Kivity |
2012-10-22 | memory: move address_space_memory and address_space_io out of memory core | Avi Kivity |
2012-10-22 | memory: manage coalesced mmio via a MemoryListener | Avi Kivity |
2012-10-20 | exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c | Richard Henderson |