index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
7
-38
/
+40
2014-03-13
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
5
-13
/
+15
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
8
-16
/
+24
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
8
-25
/
+31
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
61
-151
/
+238
2014-03-13
target-m68k: Remove custom qemu_assert() function
Peter Maydell
1
-19
/
+9
2014-03-13
cpu: Factor out cpu_generic_init()
Andreas Färber
10
-103
/
+62
2014-03-13
cpu: Implement CPUClass::parse_features() for the rest of CPUs
Andreas Färber
1
-1
/
+30
2014-03-13
target-sparc: Defer SPARCCPU feature inference to QOM realize
Andreas Färber
1
-5
/
+8
2014-03-13
target-sparc: Implement CPUClass::parse_features() for SPARCCPU
Andreas Färber
1
-33
/
+49
2014-03-13
target-sparc: Use error_report() for CPU error reporting
Andreas Färber
1
-8
/
+9
2014-03-13
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2
-15
/
+23
2014-03-13
target-i386: X86CPU model subclasses
Eduardo Habkost
2
-73
/
+125
2014-03-13
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
1
-3
/
+21
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
3
-0
/
+3
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
3
-7
/
+7
2014-03-13
target-i386: Make kvm_default_features an array
Eduardo Habkost
1
-4
/
+13
2014-03-13
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
1
-3
/
+4
2014-03-13
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
1
-13
/
+13
2014-03-13
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
1
-5
/
+5
2014-03-13
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
1
-2
/
+4
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
36
-145
/
+172
2014-03-13
target-xtensa: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-2
/
+4
2014-03-13
target-unicore32: Clean up ENV_GET_CPU() usage
Andreas Färber
1
-1
/
+1
2014-03-13
target-sparc: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-12
/
+9
2014-03-13
target-s390x: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-6
/
+7
2014-03-13
target-ppc: Clean up ENV_GET_CPU() usage
Andreas Färber
5
-11
/
+17
2014-03-13
target-i386: Clean up ENV_GET_CPU() usage
Andreas Färber
4
-10
/
+12
2014-03-13
target-arm: Clean up ENV_GET_CPU() usage
Andreas Färber
1
-5
/
+7
2014-03-13
target-alpha: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-9
/
+9
2014-03-13
cpu: Don't clear cpu->exit_request on reset
Edgar E. Iglesias
1
-1
/
+0
2014-03-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-1' into staging
Peter Maydell
1
-2
/
+15
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
35
-133
/
+938
2014-03-13
oslib-posix: Fix build on FreeBSD
Andreas Färber
2
-4
/
+4
2014-03-13
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: Strip protocol prefix on creation
Max Reitz
1
-0
/
+12
2014-03-13
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
1
-0
/
+15
2014-03-13
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-13
qemu-io: Fix warnings from static code analysis
Stefan Weil
3
-5
/
+6
2014-03-13
block: Unlink temporary file
Max Reitz
1
-1
/
+1
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
1
-5
/
+7
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
1
-4
/
+1
2014-03-13
qmp: add query-iothreads command
Stefan Hajnoczi
3
-0
/
+104
2014-03-13
iothread: stash thread ID away
Stefan Hajnoczi
1
-0
/
+22
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
2
-44
/
+60
2014-03-13
iothread: add "iothread" qdev property type
Stefan Hajnoczi
2
-0
/
+54
2014-03-13
qdev: make get_pointer() handle temporary strings
Igor Mammedov
1
-8
/
+11
2014-03-13
iothread: add I/O thread object
Stefan Hajnoczi
3
-0
/
+151
2014-03-13
aio: add aio_context_acquire() and aio_context_release()
Stefan Hajnoczi
3
-0
/
+95
[prev]
[next]