aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell
2014-12-21target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann
2014-12-21target-tricore: Fix MFCR/MTCR insn and B format offset.Bastian Koppelmann
2014-12-21target-tricore: Add missing 1.6 insn of BOL opcode formatBastian Koppelmann
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x1 as the fi...Bastian Koppelmann
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann
2014-12-21target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32Bastian Koppelmann
2014-12-21target-tricore: Fix mask handling JNZ.T being 7 bit longBastian Koppelmann
2014-12-21target-tricore: pretty-print register dump and show more status registersAlex Zuepke
2014-12-21target-tricore: add missing 64-bit MOV in RLC formatAlex Zuepke
2014-12-21target-tricore: typo in BOL formatAlex Zuepke
2014-12-21target-tricore: fix offset masking in BOL formatAlex Zuepke
2014-12-20Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-12-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20141217-1' into ...Peter Maydell
2014-12-20exec: change default exception_index value for migration to -1Paolo Bonzini
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips
2014-12-19vfio: fix adding memory listener to the right address spaceFrank Blaschka
2014-12-19vfio: migration to trace pointsEric Auger
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-12-19net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster
2014-12-19net: don't use set/get_pointer() in set/get_netdev()Jason Wang
2014-12-19tap: fix vcpu long time io blocking on tapWangkai (Kevin,C)
2014-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...Peter Maydell
2014-12-17Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell
2014-12-17Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell
2014-12-17update ipxe from 69313ed to 35c5379Gerd Hoffmann
2014-12-17sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz
2014-12-17sdl2: Use correct sdl2_console for window eventsMax Reitz
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann
2014-12-17target-xtensa: don't generate dead codeMax Filippov
2014-12-17target-xtensa: record available window in TB flagsMax Filippov
2014-12-17target-xtensa: test cross-page opcodeMax Filippov
2014-12-17target-xtensa: fix translation for opcodes crossing page boundaryMax Filippov