summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-04hw/9pfs: Include virtio-9p-device.o in buildAneesh Kumar K.V3-7/+4
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang8-149/+316
2014-03-03hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()Chen Gang1-3/+4
2014-03-03hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"Chen Gang1-1/+1
2014-02-26fsdev: Fix overrun after readlink() fills buffer completelyMarkus Armbruster1-1/+1
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite4-13/+1
2014-02-26xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite2-38/+19
2014-02-26xilinx: Inline usage of xilinx_ethlite_create()Peter Crosthwaite2-20/+8
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite4-18/+20
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite4-18/+18
2014-02-26microblaze/ml605: Define macros for irq/memory mapsPeter Crosthwaite1-3/+12
2014-02-26ppc/virtex_ml507: Define macros for irq/memory mapsPeter Crosthwaite1-3/+11
2014-02-26microblaze/s3adsp_1800: Define macros for irq mapPeter Crosthwaite1-1/+6
2014-02-25modules: do not include gmodule-2.0 in static buildsPaolo Bonzini2-1/+10
2014-02-25Merge remote-tracking branch 'remotes/spice/tags/pull-spice-3' into stagingPeter Maydell1-1/+7
2014-02-25Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-02-24' into stagingPeter Maydell7-78/+132
2014-02-25Merge remote-tracking branch 'remotes/xtensa/tags/20140224-xtensa' into stagingPeter Maydell42-63/+332
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell50-635/+2820
2014-02-24Merge remote-tracking branch 'remotes/sstabellini/xen-140220' into stagingPeter Maydell4-4/+16
2014-02-24Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell21-127/+541
2014-02-24configure: check that C++ compiler actually worksPeter Maydell1-0/+29
2014-02-24qxl: add sanity checkGerd Hoffmann1-1/+7
2014-02-24target-xtensa: provide HW confg ID registersMax Filippov4-3/+21
2014-02-24target-xtensa: refactor standard core configurationMax Filippov4-21/+13
2014-02-24target-xtensa: add basic tests for cache opcodesMax Filippov2-0/+98
2014-02-24target-xtensa: allow using core configuration in testsMax Filippov30-32/+37
2014-02-24target-xtensa: add overridable test_init macroMax Filippov2-2/+6
2014-02-24target-xtensa: add basic checks to icache opcodesMax Filippov3-0/+33
2014-02-24target-xtensa: add basic checks to dcache opcodesMax Filippov1-0/+38
2014-02-24target-xtensa: add RRRI4 opcode format fieldsMax Filippov1-0/+9
2014-02-24opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov1-2/+31
2014-02-24hw/xtensa: add support for ML605 and KC705 FPGA boardMax Filippov1-4/+47
2014-02-23qemu-ga: isa-serial support on WindowsMiki Mishael2-6/+31
2014-02-23qga: Fix memory allocation pastoMarkus Armbruster1-1/+1
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik3-29/+51
2014-02-23qga: vss-win32: Fix interference with snapshot deletion by other VSS requestTomoki Sekiyama1-1/+3
2014-02-23qga: vss-win32: Fix interference with snapshot creation by other VSS requestersTomoki Sekiyama2-27/+36
2014-02-23qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEventTomoki Sekiyama2-17/+13
2014-02-21iotests: Mixed quorum child device specificationsMax Reitz2-0/+66
2014-02-21quorum: Simplify quorum_open()Max Reitz1-27/+39
2014-02-21quorum: Add unit test.Benoît Canet3-0/+130
2014-02-21quorum: Add quorum_open() and quorum_close().Benoît Canet3-1/+184
2014-02-21quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.Benoît Canet1-0/+19
2014-02-21quorum: Add quorum_co_flush().Benoît Canet1-0/+28
2014-02-21quorum: Add quorum_invalidate_cache().Benoît Canet1-0/+11
2014-02-21quorum: Add quorum_getlength().Benoît Canet1-0/+26
2014-02-21quorum: Add quorum mechanism.Benoît Canet6-2/+467
2014-02-21quorum: Add quorum_aio_readv.Benoît Canet1-1/+38
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet3-106/+110
2014-02-21quorum: Add quorum_aio_writev and its dependencies.Benoît Canet1-0/+103