| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | qcow2: fix leak of Qcow2DiscardRegion in update_refcount_discard | Zhang Haoyu | 2014-10-20 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s... | Peter Maydell | 2014-10-22 | 3 | -26/+162 |
|\ \ \ |
|
| * | | | xhci: remove dead code | Gerd Hoffmann | 2014-10-15 | 1 | -6/+0 |
| * | | | usb-hid: Add high speed keyboard configuration | Jan Vesely | 2014-10-15 | 2 | -1/+69 |
| * | | | usb-hid: Add high speed mouse configuration | Jan Vesely | 2014-10-15 | 2 | -1/+74 |
| * | | | usb-hid: Move descriptor decision to usb-hid initfn | Jan Vesely | 2014-10-15 | 1 | -20/+21 |
* | | | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141015-1' into ... | Peter Maydell | 2014-10-22 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | qxl: keep going if reaching guest bug on empty area | Marc-André Lureau | 2014-10-15 | 1 | -0/+5 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20141015-1' into s... | Peter Maydell | 2014-10-22 | 1 | -0/+13 |
|\ \ \ \ |
|
| * | | | | gtk: add support for the Pause key | Martin Decky | 2014-10-15 | 1 | -0/+6 |
| * | | | | gtk.c: Fix memory leak in gd_set_keycode_type() | Chen Fan | 2014-10-15 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20141015-1' in... | Peter Maydell | 2014-10-22 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | configure: Prepend pixman and ftd flags to overrule system-provided ones | Jan Kiszka | 2014-10-15 | 1 | -3/+3 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141015' into staging | Peter Maydell | 2014-10-22 | 11 | -1088/+3432 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX | Peter Maydell | 2014-10-14 | 1 | -19/+1 |
| * | | | target-mips/dsp_helper.c: Add ifdef guards around various functions | Peter Maydell | 2014-10-14 | 1 | -1/+16 |
| * | | | target-mips/translate.c: Add ifdef guard around check_mips64() | Peter Maydell | 2014-10-14 | 1 | -0/+2 |
| * | | | target-mips/op_helper.c: Remove unused do_lbu() function | Peter Maydell | 2014-10-14 | 1 | -1/+0 |
| * | | | target-mips/dsp_helper.c: Remove unused function get_DSPControl_24() | Peter Maydell | 2014-10-14 | 1 | -9/+0 |
| * | | | target-mips: fix broken MIPS16 and microMIPS | Yongbok Kim | 2014-10-14 | 2 | -188/+123 |
| * | | | target-mips/translate.c: Update OPC_SYNCI | Dongxue Zhang | 2014-10-14 | 1 | -1/+6 |
| * | | | target-mips: define a new generic CPU supporting MIPS64 Release 6 ISA | Leon Alrae | 2014-10-14 | 1 | -0/+30 |
| * | | | mips_malta: update malta's pseudo-bootloader - replace JR with JALR | Leon Alrae | 2014-10-14 | 1 | -5/+5 |
| * | | | target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions | Yongbok Kim | 2014-10-14 | 2 | -2/+18 |
| * | | | target-mips: do not allow Status.FR=0 mode in 64-bit FPU | Leon Alrae | 2014-10-14 | 1 | -0/+6 |
| * | | | target-mips: add new Floating Point Comparison instructions | Yongbok Kim | 2014-10-14 | 4 | -2/+386 |
| * | | | target-mips: add new Floating Point instructions | Leon Alrae | 2014-10-14 | 4 | -44/+543 |
| * | | | softfloat: add functions corresponding to IEEE-2008 min/maxNumMag | Leon Alrae | 2014-10-14 | 2 | -6/+35 |
| * | | | target-mips: add AUI, LSA and PCREL instruction families | Leon Alrae | 2014-10-14 | 2 | -17/+228 |
| * | | | target-mips: add compact and CP1 branches | Yongbok Kim | 2014-10-13 | 2 | -17/+523 |
| * | | | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions | Yongbok Kim | 2014-10-13 | 4 | -12/+140 |
| * | | | target-mips: Status.UX/SX/KX enable 32-bit address wrapping | Leon Alrae | 2014-10-13 | 2 | -9/+15 |
| * | | | target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6 | Leon Alrae | 2014-10-13 | 2 | -59/+67 |
| * | | | target-mips: redefine Integer Multiply and Divide instructions | Leon Alrae | 2014-10-13 | 2 | -21/+338 |
| * | | | target-mips: move PREF, CACHE, LLD and SCD instructions | Leon Alrae | 2014-10-13 | 2 | -1/+32 |
| * | | | target-mips: signal RI Exception on DSP and Loongson instructions | Leon Alrae | 2014-10-13 | 1 | -97/+98 |
| * | | | target-mips: split decode_opc_special* into *_r6 and *_legacy | Leon Alrae | 2014-10-13 | 1 | -68/+160 |
| * | | | target-mips: extract decode_opc_special* from decode_opc | Leon Alrae | 2014-10-13 | 1 | -805/+845 |
| * | | | target-mips: move LL and SC instructions | Leon Alrae | 2014-10-13 | 2 | -3/+34 |
| * | | | target-mips: add SELEQZ and SELNEZ instructions | Leon Alrae | 2014-10-13 | 2 | -2/+24 |
| * | | | target-mips: signal RI Exception on instructions removed in R6 | Leon Alrae | 2014-10-13 | 1 | -8/+56 |
| * | | | target-mips: define ISA_MIPS64R6 | Leon Alrae | 2014-10-13 | 1 | -9/+19 |
| |/ / |
|
* | | | hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12 | Peter Maydell | 2014-10-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | glib: add compatibility interface for g_strcmp0() | Gonglei | 2014-10-16 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141015-1' into s... | Peter Maydell | 2014-10-16 | 4 | -26/+87 |
|\ \ |
|
| * | | hw/display/vga: Remove unused arrays dmask4 and dmask16 | Peter Maydell | 2014-10-15 | 1 | -26/+0 |
| * | | vga-pci: add qext region to mmio | Gerd Hoffmann | 2014-10-15 | 3 | -0/+87 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell | 2014-10-16 | 36 | -166/+690 |
|\ \ |
|
| * | | bootindex: change fprintf to error_report | Gonglei | 2014-10-15 | 1 | -1/+2 |
| * | | bootindex: delete bootindex when device is removed | Gonglei | 2014-10-15 | 1 | -0/+2 |