summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster2014-10-202-14/+13
| * | | block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-2042-132/+132
| * | | block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-2034-266/+266
| * | | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-2044-96/+168
| * | | block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster2014-10-203-43/+24
| * | | block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-2016-48/+55
| * | | block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster2014-10-205-65/+35
| * | | blockdev: Eliminate drive_del()Markus Armbruster2014-10-204-10/+7
| * | | block: Make BlockBackend own its BlockDriverStateMarkus Armbruster2014-10-206-53/+7
| * | | block: Code motion to get rid of stubs/blockdev.cMarkus Armbruster2014-10-205-25/+13
| * | | block: Connect BlockBackend and DriveInfoMarkus Armbruster2014-10-204-38/+79
| * | | block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-209-94/+156
| * | | block: New BlockBackendMarkus Armbruster2014-10-209-11/+245
| * | | block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-209-19/+30
| * | | nbd: Fix filename generationMax Reitz2014-10-201-15/+29
| * | | block/raw-posix: use seek_hole ahead of fiemapTony Breeds2014-10-201-2/+2
| * | | block/raw-posix: Fix disk corruption in try_fiemapTony Breeds2014-10-201-1/+1
| * | | qcow2: fix leak of Qcow2DiscardRegion in update_refcount_discardZhang Haoyu2014-10-201-0/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...Peter Maydell2014-10-223-26/+162
|\ \ \
| * | | xhci: remove dead codeGerd Hoffmann2014-10-151-6/+0
| * | | usb-hid: Add high speed keyboard configurationJan Vesely2014-10-152-1/+69
| * | | usb-hid: Add high speed mouse configurationJan Vesely2014-10-152-1/+74
| * | | usb-hid: Move descriptor decision to usb-hid initfnJan Vesely2014-10-151-20/+21
* | | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141015-1' into ...Peter Maydell2014-10-221-0/+5
|\ \ \ \
| * | | | qxl: keep going if reaching guest bug on empty areaMarc-André Lureau2014-10-151-0/+5
| |/ / /
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20141015-1' into s...Peter Maydell2014-10-221-0/+13
|\ \ \ \
| * | | | gtk: add support for the Pause keyMartin Decky2014-10-151-0/+6
| * | | | gtk.c: Fix memory leak in gd_set_keycode_type()Chen Fan2014-10-151-0/+7
| |/ / /
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20141015-1' in...Peter Maydell2014-10-221-3/+3
|\ \ \ \
| * | | | configure: Prepend pixman and ftd flags to overrule system-provided onesJan Kiszka2014-10-151-3/+3
| |/ / /
* | | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141015' into stagingPeter Maydell2014-10-2211-1088/+3432
|\ \ \ \ | |_|_|/ |/| | |
| * | | target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACXPeter Maydell2014-10-141-19/+1
| * | | target-mips/dsp_helper.c: Add ifdef guards around various functionsPeter Maydell2014-10-141-1/+16
| * | | target-mips/translate.c: Add ifdef guard around check_mips64()Peter Maydell2014-10-141-0/+2
| * | | target-mips/op_helper.c: Remove unused do_lbu() functionPeter Maydell2014-10-141-1/+0
| * | | target-mips/dsp_helper.c: Remove unused function get_DSPControl_24()Peter Maydell2014-10-141-9/+0
| * | | target-mips: fix broken MIPS16 and microMIPSYongbok Kim2014-10-142-188/+123
| * | | target-mips/translate.c: Update OPC_SYNCIDongxue Zhang2014-10-141-1/+6
| * | | target-mips: define a new generic CPU supporting MIPS64 Release 6 ISALeon Alrae2014-10-141-0/+30
| * | | mips_malta: update malta's pseudo-bootloader - replace JR with JALRLeon Alrae2014-10-141-5/+5
| * | | target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructionsYongbok Kim2014-10-142-2/+18
| * | | target-mips: do not allow Status.FR=0 mode in 64-bit FPULeon Alrae2014-10-141-0/+6
| * | | target-mips: add new Floating Point Comparison instructionsYongbok Kim2014-10-144-2/+386
| * | | target-mips: add new Floating Point instructionsLeon Alrae2014-10-144-44/+543
| * | | softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae2014-10-142-6/+35
| * | | target-mips: add AUI, LSA and PCREL instruction familiesLeon Alrae2014-10-142-17/+228
| * | | target-mips: add compact and CP1 branchesYongbok Kim2014-10-132-17/+523
| * | | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructionsYongbok Kim2014-10-134-12/+140
| * | | target-mips: Status.UX/SX/KX enable 32-bit address wrappingLeon Alrae2014-10-132-9/+15
| * | | target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6Leon Alrae2014-10-132-59/+67
OpenPOWER on IntegriCloud