summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-25target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost1-0/+7
2014-06-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...Peter Maydell23-115/+43
2014-06-24Add support for the arm breakpoint syscallHunter Laux2-0/+5
2014-06-24Increase maximum number of session of the internal TFTP server.Bernhard Übelacker1-1/+1
2014-06-24target-s390x: Remove unused ld_code6() functionPeter Maydell1-5/+0
2014-06-24hw/moxie/moxiesim.c: Remove unused moxie_intc_create()Peter Maydell1-13/+0
2014-06-24target-unicore: Remove unused functionsPeter Maydell2-50/+0
2014-06-24build-sys: introduce install-prog macro to install&strip binaries and use itMichael Tokarev3-14/+10
2014-06-24tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell1-8/+12
2014-06-24rng-random: NULL check not needed before g_free()Eduardo Habkost1-4/+1
2014-06-24block.c: Remove useless 'buf' variableChen Gang1-2/+0
2014-06-24vscclient: Add required headers to fix build on FreeBSDEd Maste1-0/+2
2014-06-24target-ppc: Fix compiler warningStefan Weil1-2/+1
2014-06-24configure: Enable TPM by default, add --disable-tpmCole Robinson1-1/+4
2014-06-24Fix new typos (found by codespell)Stefan Weil6-7/+7
2014-06-24virtio-serial: remove useless set_config functionPaolo Bonzini1-8/+0
2014-06-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...Peter Maydell11-76/+2872
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell75-1316/+2050
2014-06-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell28-121/+469
2014-06-23Merge remote-tracking branch 'remotes/rth/tcg-ppc-merge-1' into stagingPeter Maydell15-3709/+2055
2014-06-23vmstate: Refactor & increase tests for primitive typesJuan Quintela1-61/+212
2014-06-23vmstate: Return error in case of errorJuan Quintela1-0/+4
2014-06-23migration: Remove unneeded minimum_version_id_oldJuan Quintela1-5/+2
2014-06-23tests: vmstate static checker: add size mismatch inside substructureAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: add substructure for usb-kbd for hid sectionAmit Shah1-51/+64
2014-06-23tests: vmstate static checker: remove SubsectionsAmit Shah1-15/+0
2014-06-23tests: vmstate static checker: remove a subsectionAmit Shah1-13/+0
2014-06-23tests: vmstate static checker: remove Description inside FieldsAmit Shah1-26/+1
2014-06-23tests: vmstate static checker: remove DescriptionAmit Shah1-32/+1
2014-06-23tests: vmstate static checker: remove FieldsAmit Shah1-113/+1
2014-06-23tests: vmstate static checker: change description nameAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: remove last field in a structAmit Shah1-6/+0
2014-06-23tests: vmstate static checker: remove a fieldAmit Shah1-6/+0
2014-06-23tests: vmstate static checker: remove a sectionAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: minimum_version_id checkAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: version mismatch inside a DescriptionAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: add version error in main sectionAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: incompat machine typesAmit Shah1-1/+1
2014-06-23tests: vmstate static checker: add dump1 and dump2 filesAmit Shah2-0/+2326
2014-06-23vmstate-static-checker: script to validate vmstate changesAmit Shah1-0/+345
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah4-0/+168
2014-06-23rdma: bug fixesMichael R. Hines1-10/+10
2014-06-23Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140623-2' into stagingPeter Maydell3-9/+75
2014-06-23monitor: protect event emissionPaolo Bonzini1-0/+16
2014-06-23monitor: protect outbuf and mux_out with mutexPaolo Bonzini1-9/+36
2014-06-23qemu-char: make writes thread-safePaolo Bonzini2-16/+53
2014-06-23qemu-char: move pty_chr_update_read_handler aroundPaolo Bonzini1-16/+16
2014-06-23qemu-char: do not call chr_write directlyPaolo Bonzini1-7/+7
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini6-17/+32
2014-06-23qapi event: clean upWenchao Xia4-263/+4