aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-26gtk: move vga state into VirtualGfxConsoleGerd Hoffmann
2014-05-26gtk: VirtualConsole restructionGerd Hoffmann
2014-05-26gtk: remove page numbering assumtions from the codeGerd Hoffmann
2014-05-26gtk: Add a scrollbar for text consolesCole Robinson
2014-05-26gtk: cleanup CONFIG_VTE ifdef a bit.Gerd Hoffmann
2014-05-26gtk: zap vte size requestsGerd Hoffmann
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann
2014-05-26gtk: zap scrolled_windowGerd Hoffmann
2014-05-26console: rework text terminal cursor logicGerd Hoffmann
2014-05-26console: update text terminal surface unconditionallyGerd Hoffmann
2014-05-26console: nicer initial screenGerd Hoffmann
2014-05-26console: Abort on property access errorsKirill Batuzov
2014-05-26libcacard: fix wrong array expansion logicMichael Tokarev
2014-05-24lm32: remove lm32_sysMichael Walle
2014-05-24test: lm32: use semihosting for testingMichael Walle
2014-05-24target-lm32: add semihosting supportMichael Walle
2014-05-24test: lm32: make test cases independentMichael Walle
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson
2014-05-24tcg-mips: Simplify movcondRichard Henderson
2014-05-24tcg-mips: Simplify brcond2Richard Henderson
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson
2014-05-24tcg-mips: Simplify setcond2Richard Henderson
2014-05-24tcg-mips: Simplify brcondRichard Henderson
2014-05-24tcg-mips: Simplify setcondRichard Henderson
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson
2014-05-24tcg-mips: Hoist args loadsRichard Henderson
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson
2014-05-24tcg-mips: Convert to new qemu_l/st helpersRichard Henderson
2014-05-24tcg-mips: Move softmmu slow path out of lineRichard Henderson
2014-05-24tcg-mips: Split large ldst offsetsRichard Henderson
2014-05-24tcg-mips: Fill the exit_tb delay slotRichard Henderson
2014-05-24tcg-mips: Use J and JAL opcodesRichard Henderson
2014-05-24tcg-mips: Constrain the code_gen_buffer to be within one 256mb segmentRichard Henderson
2014-05-24tcg-mips: Layout executable and code_gen_bufferRichard Henderson
2014-05-24libcacard/vcard_emul_nss: Drop a redundant conditionalMarkus Armbruster
2014-05-24libcacard: Convert two leftover realloc() to GLibMarkus Armbruster
2014-05-24libcacard/vreader: Tighten assertion to clarify intentMarkus Armbruster
2014-05-24libcacard/vreader: Drop broken recovery from failed assertionMarkus Armbruster
2014-05-24libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster
2014-05-24libcacard/vscclient: Bury some dead codeMarkus Armbruster
2014-05-24vl: fix 'name' option to work with -readconfigDr. David Alan Gilbert
2014-05-24configure: Put tempfiles in a subdir of the build directoryPeter Maydell
2014-05-24dma-helpers: avoid calling dma_bdrv_unmap() twiceJules Wang