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
Age
Commit message (
Expand
)
Author
2014-03-13
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move jmp_env field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
target-m68k: Remove custom qemu_assert() function
Peter Maydell
2014-03-13
cpu: Factor out cpu_generic_init()
Andreas Färber
2014-03-13
cpu: Implement CPUClass::parse_features() for the rest of CPUs
Andreas Färber
2014-03-13
target-sparc: Defer SPARCCPU feature inference to QOM realize
Andreas Färber
2014-03-13
target-sparc: Implement CPUClass::parse_features() for SPARCCPU
Andreas Färber
2014-03-13
target-sparc: Use error_report() for CPU error reporting
Andreas Färber
2014-03-13
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2014-03-13
target-i386: X86CPU model subclasses
Eduardo Habkost
2014-03-13
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
2014-03-13
target-i386: Make kvm_default_features an array
Eduardo Habkost
2014-03-13
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
2014-03-13
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
2014-03-13
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
2014-03-13
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
target-xtensa: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-unicore32: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-sparc: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-s390x: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-ppc: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-i386: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-arm: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
target-alpha: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
cpu: Don't clear cpu->exit_request on reset
Edgar E. Iglesias
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-03-13
oslib-posix: Fix build on FreeBSD
Andreas Färber
2014-03-13
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
2014-03-13
block/raw-posix: Strip protocol prefix on creation
Max Reitz
2014-03-13
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
2014-03-13
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
2014-03-13
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
2014-03-13
qemu-io: Fix warnings from static code analysis
Stefan Weil
2014-03-13
block: Unlink temporary file
Max Reitz
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
2014-03-13
qmp: add query-iothreads command
Stefan Hajnoczi
[next]