summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger2-94/+103
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger1-30/+63
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger1-9/+18
2014-12-22Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' ...Peter Maydell10-97/+118
2014-12-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141221'...Peter Maydell4-94/+2104
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei7-25/+23
2014-12-22bootdevice: add validate check for qemu_boot_set()Gonglei1-0/+8
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei3-13/+17
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei3-8/+17
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei4-68/+70
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell6-255/+358
2014-12-21target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann3-0/+273
2014-12-21target-tricore: Fix MFCR/MTCR insn and B format offset.Bastian Koppelmann2-2/+6
2014-12-21target-tricore: Add missing 1.6 insn of BOL opcode formatBastian Koppelmann2-1/+54
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann4-1/+390
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x1 as the fi...Bastian Koppelmann1-0/+97
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann3-0/+250
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann4-2/+942
2014-12-21target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32Bastian Koppelmann1-76/+58
2014-12-21target-tricore: Fix mask handling JNZ.T being 7 bit longBastian Koppelmann1-2/+2
2014-12-21target-tricore: pretty-print register dump and show more status registersAlex Zuepke1-6/+15
2014-12-21target-tricore: add missing 64-bit MOV in RLC formatAlex Zuepke2-0/+13
2014-12-21target-tricore: typo in BOL formatAlex Zuepke2-3/+3
2014-12-21target-tricore: fix offset masking in BOL formatAlex Zuepke1-1/+1
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-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger1-54/+63
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger1-10/+10
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger1-104/+106
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips8-5/+8
2014-12-19vfio: fix adding memory listener to the right address spaceFrank Blaschka1-1/+1
2014-12-19vfio: migration to trace pointsEric Auger2-198/+280
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