Age | Commit message (Expand) | Author |
2016-07-13 | stream: Add 'job-id' parameter to 'block-stream' | Alberto Garcia |
2016-07-13 | backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup' | Alberto Garcia |
2016-07-13 | mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror' | Alberto Garcia |
2016-07-13 | blockjob: Add 'job_id' parameter to block_job_create() | Alberto Garcia |
2016-07-13 | block: Use block_job_get() in find_block_job() | Alberto Garcia |
2016-07-13 | blockjob: Add block_job_get() | Alberto Garcia |
2016-07-13 | blockjob: Update description of the 'id' field | Alberto Garcia |
2016-07-13 | stream: Fix prototype of stream_start() | Alberto Garcia |
2016-07-12 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in... | Peter Maydell |
2016-07-12 | cris: Fix broken header guard in hw/cris/boot.h | Markus Armbruster |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
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 | tcg: Clean up tcg-target.h header guards | Markus Armbruster |
2016-07-12 | linux-user: Fix broken header guard in syscall_defs.h | Markus Armbruster |
2016-07-12 | linux-user: Clean up hostdep.h header guards | Markus Armbruster |
2016-07-12 | linux-user: Clean up target_structs.h header guards | Markus Armbruster |
2016-07-12 | linux-user: Clean up target_signal.h header guards | Markus Armbruster |
2016-07-12 | linux-user: Clean up target_cpu.h header guards | Markus Armbruster |
2016-07-12 | linux-user: Clean up target_syscall.h header guards | Markus Armbruster |
2016-07-12 | target-*: Clean up cpu.h header guards | Markus Armbruster |
2016-07-12 | scripts: New clean-header-guards.pl | Markus Armbruster |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-12 | bswap.h: Document cpu_to_* and *_to_cpu conversion functions | Peter Maydell |
2016-07-12 | bswap.h: Fix comment typo | Peter Maydell |
2016-07-12 | bswap.h: Remove unused cpu_to_*w() and *_to_cpup() | Peter Maydell |
2016-07-12 | hw/bt: Don't use cpu_to_*w() and *_to_cpup() | Peter Maydell |
2016-07-12 | fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions | Peter Maydell |
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 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s... | Peter Maydell |
2016-07-12 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into... | Peter Maydell |
2016-07-12 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160712-1' into s... | Peter Maydell |
2016-07-12 | xen-usb: Fix 32bit build | Anthony PERARD |
2016-07-12 | usb: add storage hotplug documentation | Gerd Hoffmann |
2016-07-12 | nec-usb-xhci: set the device state to USB_STATE_DEFAULT | Zhang Shuaiyi |
2016-07-12 | target-mips: enable 10-bit ASIDs in I6400 CPU | Leon Alrae |
2016-07-12 | target-mips: support CP0.Config4.AE bit | Paul Burton |
2016-07-12 | target-mips: change ASID type to hold more than 8 bits | Paul Burton |
2016-07-12 | target-mips: add ASID mask field and replace magic values | Paul Burton |
2016-07-12 | target-mips: replace MIPS64R6-generic with the real I6400 CPU model | Leon Alrae |
2016-07-12 | hw/mips_cmgcr: implement RESET_BASE register in CM GCR | Leon Alrae |
2016-07-12 | hw/mips_cpc: make VP correctly start from the reset vector | Leon Alrae |
2016-07-12 | target-mips: add exception base to MIPS CPU | 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 |