Age | Commit message (Expand) | Author | Files | Lines |
2017-02-23 | option: Fix checking of sizes for overflow and trailing crap | Markus Armbruster | 1 | -12/+9 |
2017-02-23 | util/cutils: Change qemu_strtosz*() from int64_t to uint64_t | Markus Armbruster | 1 | -20/+20 |
2017-02-23 | util/cutils: Return qemu_strtosz*() error and value separately | Markus Armbruster | 1 | -47/+73 |
2017-02-23 | util/cutils: Let qemu_strtosz*() optionally reject trailing crap | Markus Armbruster | 1 | -0/+6 |
2017-02-23 | test-cutils: Drop suffix from test_qemu_strtosz_simple() | Markus Armbruster | 1 | -4/+4 |
2017-02-23 | test-cutils: Use qemu_strtosz() more often | Markus Armbruster | 1 | -17/+17 |
2017-02-23 | util/cutils: New qemu_strtosz() | Markus Armbruster | 1 | -8/+8 |
2017-02-23 | util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB() | Markus Armbruster | 1 | -19/+19 |
2017-02-23 | util/cutils: New qemu_strtosz_metric() | Markus Armbruster | 1 | -7/+6 |
2017-02-23 | test-cutils: Cover qemu_strtosz() around range limits | Markus Armbruster | 1 | -2/+59 |
2017-02-23 | test-cutils: Cover qemu_strtosz() with trailing crap | Markus Armbruster | 1 | -0/+19 |
2017-02-23 | test-cutils: Cover qemu_strtosz() invalid input | Markus Armbruster | 1 | -0/+24 |
2017-02-23 | test-cutils: Add missing qemu_strtosz()... endptr checks | Markus Armbruster | 1 | -11/+26 |
2017-02-23 | option: Fix to reject invalid and overflowing numbers | Markus Armbruster | 1 | -11/+8 |
2017-02-23 | util/cutils: Rename qemu_strtoll(), qemu_strtoull() | Markus Armbruster | 1 | -168/+200 |
2017-02-23 | test-cutils: Clean up qemu_strtoul() result checks | Markus Armbruster | 1 | -30/+30 |
2017-02-23 | test-cutils: Add missing qemu_strtol()... endptr checks | Markus Armbruster | 1 | -0/+12 |
2017-02-23 | test-qemu-opts: Cover qemu_opts_parse() | Markus Armbruster | 1 | -2/+328 |
2017-02-21 | Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into... | Peter Maydell | 1 | -4/+8 |
2017-02-21 | hw/i386: Deprecate -drive if=scsi with PC machine types | Markus Armbruster | 1 | -4/+8 |
2017-02-21 | test-aio-multithread: add performance comparison with thread-based mutexes | Paolo Bonzini | 1 | -0/+164 |
2017-02-21 | coroutine-lock: make CoMutex thread-safe | Paolo Bonzini | 1 | -0/+86 |
2017-02-21 | test-thread-pool: use generic AioContext infrastructure | Paolo Bonzini | 1 | -9/+3 |
2017-02-21 | aio: introduce aio_co_schedule and aio_co_wake | Paolo Bonzini | 4 | -3/+334 |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini | 1 | -5/+6 |
2017-02-16 | test-vmstate: remove yield_until_fd_readable | Paolo Bonzini | 1 | -11/+0 |
2017-02-14 | Merge remote-tracking branch 'remotes/rth/tags/pull-or-20170214' into staging | Peter Maydell | 1 | -2/+2 |
2017-02-14 | target/openrisc: Rename the cpu from or32 to or1k | Richard Henderson | 1 | -2/+2 |
2017-02-13 | tests/migration: Add test for VMSTATE_WITH_TMP | Dr. David Alan Gilbert | 1 | -6/+92 |
2017-02-12 | qemu-io: Add failure regression tests | Nir Soffer | 3 | -0/+67 |
2017-02-12 | qemu-iotests: Add _unsupported_fmt helper | Nir Soffer | 1 | -0/+11 |
2017-02-12 | qemu-io: Return non-zero exit code on failure | Nir Soffer | 12 | -82/+0 |
2017-02-12 | qemu-iotest: test to lookup protocol-based image with relative backing | Jeff Cody | 3 | -0/+110 |
2017-02-12 | qemu-iotests: Don't create fifos / pidfiles with protocol paths | Jeff Cody | 3 | -10/+12 |
2017-02-12 | iotests: record separate timings per format,protocol pair | Daniel P. Berrange | 3 | -7/+9 |
2017-02-12 | iotests: Fix reference output for 059 | Fam Zheng | 1 | -1/+1 |
2017-02-12 | iotests: Fix a problem in common.filter | QingFeng Hao | 1 | -1/+1 |
2017-02-10 | tests/prom-env: Ease time-out problems on slow hosts | Thomas Huth | 1 | -4/+9 |
2017-02-02 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into... | Peter Maydell | 6 | -22/+187 |
2017-02-02 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -1/+1 |
2017-01-31 | char: headers clean-up | Marc-André Lureau | 1 | -0/+1 |
2017-01-31 | char: create chardev-obj-y | Marc-André Lureau | 1 | -4/+5 |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 1 | -1/+1 |
2017-01-31 | char: move to chardev/ | Marc-André Lureau | 1 | -3/+5 |
2017-01-31 | host-utils: Implement unsigned quadword left/right shift and unit tests | Jose Ricardo Ziviani | 3 | -1/+144 |
2017-01-31 | qtest: add ivshmem-test for ppc64 | Laurent Vivier | 2 | -5/+15 |
2017-01-31 | qtest: convert ivshmem-test to use libqos | Laurent Vivier | 1 | -14/+17 |
2017-01-31 | libqos: fix spapr qpci_map() | Laurent Vivier | 1 | -2/+2 |
2017-01-31 | qtest: add display-vga-test to ppc64 | Laurent Vivier | 2 | -1/+7 |
2017-01-31 | qtest: add netfilter tests for ppc64 | Laurent Vivier | 1 | -0/+3 |