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
2010-07-30
migration: Accept 'cont' only after successful incoming migration
Amit Shah
6
-0
/
+16
2010-07-30
mips64el: fulong: PCI_DEVFN() clean up.
Isaku Yamahata
1
-7
/
+7
2010-07-30
remove pointless if from vl.c
Joel Schopp
1
-3
/
+1
2010-07-30
fix variable type in qemu-io.c
Joel Schopp
1
-2
/
+2
2010-07-30
remove dead code from hw/loader.c
Joel Schopp
1
-5
/
+0
2010-07-30
savevm: Fix memory leak of compat struct
Alex Williamson
1
-0
/
+6
2010-07-30
virtio-serial: Check if more max_ports specified than we can handle
Amit Shah
1
-1
/
+9
2010-07-30
Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevin
Aurelien Jarno
10
-12
/
+59
2010-07-30
linux-user: fix build on hosts not using guest base
Aurelien Jarno
2
-7
/
+9
2010-07-29
linux-user: Protect against allocation failure in load_symbols.
Richard Henderson
1
-0
/
+10
2010-07-29
cris: Correct settls1 testcase.
Edgar E. Iglesias
1
-2
/
+8
2010-07-29
cris: Correct ADDO and ADDOQ testcases.
Edgar E. Iglesias
2
-3
/
+3
2010-07-29
linux-user: Re-use load_elf_image for the main binary.
Richard Henderson
1
-277
/
+103
2010-07-29
linux-user: Extract load_elf_image from load_elf_interp.
Richard Henderson
1
-174
/
+167
2010-07-29
linux-user: Remove partial support for a.out interpreters.
Richard Henderson
1
-70
/
+9
2010-07-29
linux-user: Put the stack guard page at the top.
Richard Henderson
1
-14
/
+17
2010-07-29
linux-user: Improve consistency checking in elf headers.
Richard Henderson
1
-24
/
+33
2010-07-29
linux-user: Load symbols from the interpreter.
Richard Henderson
1
-88
/
+101
2010-07-29
linux-user: Clean up byte-swapping in elfload.c.
Richard Henderson
1
-71
/
+48
2010-07-29
linux-user: Define ELF_DATA generically.
Richard Henderson
1
-24
/
+6
2010-07-29
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson
3
-71
/
+57
2010-07-29
linux-user: Reindent elfload.c.
Richard Henderson
1
-510
/
+518
2010-07-29
Add more DT_* and AT_* constants to qemu's copy of elf.h.
Richard Henderson
2
-9
/
+44
2010-07-29
linux-user: Handle filesz < memsz for any PT_LOAD segment.
Richard Henderson
1
-97
/
+55
2010-07-28
Update version for 0.13.x
Anthony Liguori
1
-1
/
+1
2010-07-27
Fix mingw32 build
Blue Swirl
1
-9
/
+9
2010-07-27
Initialize a variable in all cases
Blue Swirl
1
-0
/
+2
2010-07-27
Fix uint8_t comparisons with negative values
Blue Swirl
2
-5
/
+4
2010-07-27
Update version for 0.13.0-rc0
v0.13.0-rc0
Anthony Liguori
1
-1
/
+1
2010-07-26
vnc: better default values for VNC options
Corentin Chary
1
-7
/
+7
2010-07-26
vnc: tight: split send_sub_rect
Corentin Chary
1
-25
/
+55
2010-07-26
vnc: tight: fix rgb_prepare_row
Corentin Chary
1
-5
/
+10
2010-07-26
vnc: add missing lock for vnc_cursor_define()
Corentin Chary
1
-0
/
+2
2010-07-26
vnc: threaded VNC server
Corentin Chary
7
-26
/
+682
2010-07-26
qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit
Corentin Chary
2
-0
/
+26
2010-07-26
vnc: fix tight png memory leak
Corentin Chary
1
-0
/
+3
2010-07-26
vnc: encapsulate encoding members
Corentin Chary
5
-156
/
+163
2010-07-26
vnc: tight: stop using qdict for palette stuff
Corentin Chary
4
-129
/
+235
2010-07-26
vnc: tight: specific zlib level and filters for each compression level
Corentin Chary
1
-1
/
+18
2010-07-26
vnc: tight add PNG encoding
Corentin Chary
6
-54
/
+342
2010-07-26
vnc: tight: remove a memleak in send_jpeg_rect()
Corentin Chary
1
-2
/
+3
2010-07-26
vnc: tight: don't forget do at the last color
Corentin Chary
1
-1
/
+1
2010-07-26
vnc: rename vnc-encoding-* vnc-enc-*
Corentin Chary
6
-9
/
+9
2010-07-26
ui: move all ui components in ui/
Corentin Chary
31
-44
/
+18
2010-07-26
vnc: add lossy option
Corentin Chary
4
-0
/
+15
2010-07-26
vnc: JPEG should be disabled if the client don't set tight quality
Corentin Chary
1
-1
/
+1
2010-07-26
vnc: tight: add JPEG and gradient subencoding with smooth image detection
Corentin Chary
5
-1
/
+601
2010-07-26
Initial documentation for migration
Juan Quintela
1
-0
/
+303
2010-07-26
ide: fix migration in the middle of a bmdma transfer
Juan Quintela
1
-0
/
+30
2010-07-26
ide: fix migration in the middle of pio operation
Juan Quintela
2
-1
/
+94
[next]