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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2013-03-25
Checksum-related utility functions
Dmitry Fleytman
2
-7
/
+20
2013-03-25
net: use socket_set_nodelay() for -netdev socket
Stefan Hajnoczi
1
-0
/
+3
2013-03-24
Remove device_tree.o from hw/moxie/Makefile.objs.
Anthony Green
1
-1
/
+0
2013-03-23
tcg-optimize: Fold sub r,0,x to neg r,x
Richard Henderson
1
-1
/
+33
2013-03-23
target-i386: Don't modify env->eflags around cpu_dump_state
Richard Henderson
2
-4
/
+1
2013-03-23
target-i386: Fix flags computation for ADOX
Richard Henderson
1
-1
/
+1
2013-03-23
Add top level changes for moxie
Anthony Green
6
-4
/
+21
2013-03-23
Add sample moxie system
Anthony Green
3
-0
/
+181
2013-03-23
Add moxie disassembler
Anthony Green
4
-0
/
+369
2013-03-23
Add moxie target code
Anthony Green
10
-0
/
+1531
2013-03-23
Merge branch 'for-upstream' of git://github.com/mwalle/qemu
Blue Swirl
15
-57
/
+119
2013-03-22
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
Aurelien Jarno
26
-1304
/
+1873
2013-03-22
tcg: Fix occasional TCG broken problem when ldst optimization enabled
Yeongkyoon Lee
1
-2
/
+2
2013-03-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
24
-113
/
+308
2013-03-22
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
25
-52
/
+58
2013-03-22
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
Anthony Liguori
2
-11
/
+2
2013-03-22
nbd: Check against invalid option combinations
Kevin Wolf
1
-0
/
+14
2013-03-22
nbd: Use default port if only host is specified
Kevin Wolf
1
-9
/
+10
2013-03-22
block: Allow omitting the file name when using driver-specific options
Kevin Wolf
3
-11
/
+51
2013-03-22
block: Make find_image_format safe with NULL filename
Kevin Wolf
1
-3
/
+10
2013-03-22
block: Rename variable to avoid shadowing
Kevin Wolf
1
-7
/
+9
2013-03-22
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
3
-16
/
+25
2013-03-22
nbd: Accept -drive options for the network connection
Kevin Wolf
1
-52
/
+77
2013-03-22
nbd: Remove unused functions
Kevin Wolf
2
-21
/
+0
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
5
-12
/
+58
2013-03-22
qemu-socket: Make socket_optslist public
Kevin Wolf
2
-12
/
+14
2013-03-22
block: Pass bdrv_file_open() options to block drivers
Kevin Wolf
1
-7
/
+56
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
18
-29
/
+51
2013-03-22
block: complete all IOs before resizing a device
Peter Lieven
1
-0
/
+3
2013-03-22
Revert "block: complete all IOs before .bdrv_truncate"
Peter Lieven
1
-4
/
+0
2013-03-22
qdev: remove redundant abort()
liguang
1
-2
/
+1
2013-03-22
gitignore: ignore more files
liguang
1
-0
/
+3
2013-03-22
Use proper term in TCG README
陳韋任 (Wei-Ren Chen)
1
-5
/
+9
2013-03-22
target-ppc: Use NARROW_MODE macro for tlbie
Richard Henderson
1
-4
/
+3
2013-03-22
target-ppc: Use NARROW_MODE macro for addresses
Richard Henderson
1
-33
/
+18
2013-03-22
target-ppc: Use NARROW_MODE macro for comparisons
Richard Henderson
1
-25
/
+16
2013-03-22
target-ppc: Use NARROW_MODE macro for branches
Richard Henderson
1
-38
/
+24
2013-03-22
target-ppc: Fix add and subf carry generation in narrow mode
Richard Henderson
1
-16
/
+48
2013-03-22
target-ppc: Use QOM method dispatch for MMU fault handling
David Gibson
3
-18
/
+64
2013-03-22
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
David Gibson
3
-42
/
+38
2013-03-22
target-ppc: Split user only code out of mmu_helper.c
David Gibson
4
-31
/
+50
2013-03-22
mmu-hash64: Implement Virtual Page Class Key Protection
David Gibson
4
-7
/
+98
2013-03-22
mmu-hash*: Merge translate and fault handling functions
David Gibson
2
-233
/
+167
2013-03-22
mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...
David Gibson
2
-10
/
+43
2013-03-22
mmu-hash*: Correctly mask RPN from hash PTE
David Gibson
2
-2
/
+2
2013-03-22
mmu-hash*: Clean up real address calculation
David Gibson
2
-13
/
+27
2013-03-22
mmu-hash*: Clean up PTE flags update
David Gibson
2
-54
/
+24
2013-03-22
mmu-hash64: Factor SLB N bit into permissions bits
David Gibson
1
-1
/
+2
2013-03-22
mmu-hash*: Clean up permission checking
David Gibson
2
-116
/
+72
2013-03-22
mmu-hash32: Remove nx from context structure
David Gibson
1
-4
/
+4
[next]