Age | Commit message (Expand) | Author |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-12 | libdecnumber: Don't error out on decNumberLocal.h re-inclusion | Markus Armbruster |
2016-07-12 | libdecnumber: Don't fool around with guards to avoid #include | Markus Armbruster |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-07-12 | Drop Emacs local variables lists redundant with .dir-locals.el | Markus Armbruster |
2016-07-12 | spapr_pci: Include spapr.h instead of playing games with #error | Markus Armbruster |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin |
2016-07-12 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into staging | Peter Maydell |
2016-07-12 | hw/mips_cmgcr: implement RESET_BASE register in CM GCR | Leon Alrae |
2016-07-12 | hw/mips/cps: create GIC block inside CPS | Leon Alrae |
2016-07-12 | hw/mips: implement Global Interrupt Controller | Yongbok Kim |
2016-07-12 | hw/mips: implement GIC Interval Timer | Yongbok Kim |
2016-07-11 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into staging | Peter Maydell |
2016-07-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell |
2016-07-11 | gtk: fix build | Gerd Hoffmann |
2016-07-11 | s390x/pci: enforce zPCI state checking | Yi Min Zhao |
2016-07-11 | s390x/css: Factor out virtual css bridge and bus | Jing Liu |
2016-07-11 | s390x/css: factor out some generic code from virtio_ccw_device_realize() | Sascha Silbe |
2016-07-07 | cpu: Use CPUClass->parse_features() as convertor to global properties | Igor Mammedov |
2016-07-07 | machine: Add machine_register_compat_props() function | Eduardo Habkost |
2016-07-07 | qdev: GlobalProperty.errp field | Eduardo Habkost |
2016-07-07 | qdev: Eliminate qemu_add_globals() function | Eduardo Habkost |
2016-07-07 | i.MX: split the GPT timer implementation into per SOC definitions | Jean-Christophe Dubois |
2016-07-07 | aux: Rename aux.[ch] to auxbus.[ch] for the benefit of Windows | Peter Maydell |
2016-07-07 | tap: vhost busy polling support | Jason Wang |
2016-07-06 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into staging | Peter Maydell |
2016-07-06 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ... | Peter Maydell |
2016-07-06 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ... | Peter Maydell |
2016-07-06 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell |
2016-07-06 | sockets: Use new QAPI cloning | Eric Blake |
2016-07-06 | qapi: Add new clone visitor | Eric Blake |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | string-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | string-input-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | opts-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qapi: Add new visit_free() function | Eric Blake |
2016-07-06 | qapi: Add parameter to visit_end_* | Eric Blake |
2016-07-06 | qapi: Improve use of qmp/types.h | Eric Blake |
2016-07-06 | virgl: pass whole GL scanout dimensions | Marc-André Lureau |
2016-07-06 | virgl: count the calls to gl_block | Marc-André Lureau |
2016-07-06 | spice: avoid .set_mm_time on >= 0.12.6 | John Snow |
2016-07-06 | qom: Fix comment typo | Changlong Xie |
2016-07-05 | tcg: Improve the alignment check infrastructure | Sergey Sorokin |
2016-07-05 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-07-05 | block: Convert bdrv_co_preadv/pwritev to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_pwrite_zeroes() to BdrvChild | Kevin Wolf |