aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini19-21/+21
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini8-55/+69
2014-12-23cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini2-2/+6
2014-12-23target-ppc: pass DisasContext to SPR generator functionsPaolo Bonzini3-137/+133
2014-12-23atomic: fix position of volatile qualifierPaolo Bonzini1-2/+2
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell6-255/+358
2014-12-20Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell6-46/+82
2014-12-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20141217-1' into ...Peter Maydell7-0/+0
2014-12-20exec: change default exception_index value for migration to -1Paolo Bonzini1-2/+2
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini2-3/+1
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin1-1/+20
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster3-5/+5
2014-12-19net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster1-2/+1
2014-12-19net: don't use set/get_pointer() in set/get_netdev()Jason Wang1-38/+44
2014-12-19tap: fix vcpu long time io blocking on tapWangkai (Kevin,C)1-0/+12
2014-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...Peter Maydell4-19/+42
2014-12-17Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell10-362/+426
2014-12-17Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell11-392/+620
2014-12-17update ipxe from 69313ed to 35c5379Gerd Hoffmann7-0/+0
2014-12-17sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz1-0/+10
2014-12-17sdl2: Use correct sdl2_console for window eventsMax Reitz1-2/+4
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann3-9/+10
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann2-10/+14
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann3-11/+18
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann3-46/+52
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann1-93/+79
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann4-31/+70
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann1-3/+4
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann4-73/+114
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2-36/+43
2014-12-17target-xtensa: don't generate dead codeMax Filippov1-279/+321
2014-12-17target-xtensa: record available window in TB flagsMax Filippov4-62/+42
2014-12-17target-xtensa: test cross-page opcodeMax Filippov1-13/+13
2014-12-17target-xtensa: fix translation for opcodes crossing page boundaryMax Filippov1-4/+23
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov5-4/+27
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov12-58/+61
2014-12-16Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...Peter Maydell6-24/+45
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell21-529/+622
2014-12-16vga: set catagory bit for secondary vga deviceGonglei1-0/+1
2014-12-16move hw cursor pos from cirrus to vgaGerd Hoffmann2-16/+17
2014-12-16cirrus: Force use of shadow pixmap when HW cursor is enabledBenjamin Herrenschmidt1-1/+8
2014-12-16vga: Add mechanism to force the use of a shadow surfaceBenjamin Herrenschmidt2-2/+16
2014-12-16spice: fix memory leakGonglei1-4/+1
2014-12-16spice: remove spice-experimental.h includeMarc-André Lureau2-2/+0
2014-12-16spice: do not require TCP portsMarc-André Lureau1-4/+0
2014-12-16spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann1-7/+26
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann1-0/+3
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann4-7/+15
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann3-7/+6
2014-12-16target-mips: remove excp_names[] from linux-user as it is unusedLeon Alrae1-1/+1