summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/vfio/pci: Introduce VFIORegionEric Auger2014-12-222-94/+103
| * hw/vfio/pci: handle reset at VFIODeviceEric Auger2014-12-221-30/+63
| * hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger2014-12-221-9/+18
| * hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger2014-12-191-54/+63
| * hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger2014-12-191-10/+10
| * hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger2014-12-191-104/+106
| * vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2014-12-198-5/+8
| * vfio: fix adding memory listener to the right address spaceFrank Blaschka2014-12-191-1/+1
| * vfio: migration to trace pointsEric Auger2014-12-192-198/+280
* | Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' ...Peter Maydell2014-12-2210-97/+118
|\ \
| * | bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-227-25/+23
| * | bootdevice: add validate check for qemu_boot_set()Gonglei2014-12-221-0/+8
| * | bootdevice: add Error **errp argument for qemu_boot_set()Gonglei2014-12-223-13/+17
| * | bootdevice: add Error **errp argument for validate_bootdevices()Gonglei2014-12-223-8/+17
| * | bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei2014-12-224-68/+70
* | | Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141221'...Peter Maydell2014-12-224-94/+2104
|\ \ \
| * | | target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann2014-12-213-0/+273
| * | | target-tricore: Fix MFCR/MTCR insn and B format offset.Bastian Koppelmann2014-12-212-2/+6
| * | | target-tricore: Add missing 1.6 insn of BOL opcode formatBastian Koppelmann2014-12-212-1/+54
| * | | target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann2014-12-214-1/+390
| * | | target-tricore: Add instructions of RR opcode format, that have 0x1 as the fi...Bastian Koppelmann2014-12-211-0/+97
| * | | target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann2014-12-213-0/+250
| * | | target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann2014-12-214-2/+942
| * | | target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32Bastian Koppelmann2014-12-211-76/+58
| * | | target-tricore: Fix mask handling JNZ.T being 7 bit longBastian Koppelmann2014-12-211-2/+2
| * | | target-tricore: pretty-print register dump and show more status registersAlex Zuepke2014-12-211-6/+15
| * | | target-tricore: add missing 64-bit MOV in RLC formatAlex Zuepke2014-12-212-0/+13
| * | | target-tricore: typo in BOL formatAlex Zuepke2014-12-212-3/+3
| * | | target-tricore: fix offset masking in BOL formatAlex Zuepke2014-12-211-1/+1
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell2014-12-216-255/+358
|\ \ \ \ | |_|/ / |/| | |
| * | | sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz2014-12-171-0/+10
| * | | sdl2: Use correct sdl2_console for window eventsMax Reitz2014-12-171-2/+4
| * | | sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann2014-12-173-9/+10
| * | | sdl2: factor out sdl2_poll_eventsGerd Hoffmann2014-12-172-10/+14
| * | | sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann2014-12-173-11/+18
| * | | sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann2014-12-173-46/+52
| * | | sdl2: overhaul window size handlingGerd Hoffmann2014-12-171-93/+79
| * | | sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann2014-12-174-31/+70
| * | | sdl2: turn on keyboard grabsGerd Hoffmann2014-12-171-3/+4
| * | | sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann2014-12-174-73/+114
| * | | sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2014-12-172-36/+43
| * | | sdl: move version logic from source code to makefileGerd Hoffmann2014-12-163-7/+6
* | | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-12-206-46/+82
|\ \ \ \ | |_|/ / |/| | |
| * | | e1000: defer packets until BM enabledMichael S. Tsirkin2014-12-191-1/+20
| * | | net: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-193-5/+5
| * | | net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster2014-12-191-2/+1
| * | | net: don't use set/get_pointer() in set/get_netdev()Jason Wang2014-12-191-38/+44
| * | | tap: fix vcpu long time io blocking on tapWangkai (Kevin,C)2014-12-191-0/+12
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20141217-1' into ...Peter Maydell2014-12-207-0/+0
|\ \ \ \
| * | | | update ipxe from 69313ed to 35c5379Gerd Hoffmann2014-12-177-0/+0
| | |/ / | |/| |
OpenPOWER on IntegriCloud