| Commit message (Expand) | Author | Age | Files | Lines |
* | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 2021-02-02 | 10 | -22/+0 |
* | tcg/tci: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -142/+158 |
* | tcg/sparc: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -52/+56 |
* | tcg/s390: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -70/+81 |
* | tcg/riscv: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -60/+54 |
* | tcg/ppc: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -81/+100 |
* | tcg/mips: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -68/+67 |
* | tcg/arm: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -63/+69 |
* | tcg/aarch64: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -59/+66 |
* | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 4 | -128/+243 |
* | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 2021-02-02 | 10 | -26/+0 |
* | tcg/sparc: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -53/+54 |
* | tcg/s390: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -40/+42 |
* | tcg/riscv: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -39/+35 |
* | tcg/mips: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -56/+46 |
* | tcg/tci: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -14/+13 |
* | tcg/ppc: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -58/+46 |
* | tcg/aarch64: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -43/+33 |
* | tcg/arm: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -56/+41 |
* | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 4 | -74/+62 |
* | tcg/i386: Tidy register constraint definitions | Richard Henderson | 2021-02-02 | 1 | -20/+20 |
* | tcg/i386: Move constraint type check to tcg_target_const_match | Richard Henderson | 2021-02-02 | 1 | -11/+17 |
* | tcg/tci: Remove TCG_TARGET_HAS_* ifdefs | Richard Henderson | 2021-02-02 | 1 | -82/+0 |
* | tcg/tci: Drop L and S constraints | Richard Henderson | 2021-02-02 | 1 | -6/+4 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2021-02-02 | 12 | -16/+72 |
|\ |
|
| * | block: Fix VM size column width in bdrv_snapshot_dump() | Kevin Wolf | 2021-02-02 | 1 | -2/+2 |
| * | block/nvme: Trace NVMe spec version supported by the controller | Philippe Mathieu-Daudé | 2021-02-02 | 2 | -0/+7 |
| * | block/nvme: Properly display doorbell stride length in trace event | Philippe Mathieu-Daudé | 2021-02-02 | 1 | -1/+1 |
| * | iotests: Fix -makecheck output | Kevin Wolf | 2021-02-02 | 1 | -2/+4 |
| * | iotests: check: return 1 on failure | Vladimir Sementsov-Ogievskiy | 2021-02-02 | 2 | -2/+7 |
| * | iotests: Revert emulator selection to old behaviour | Kevin Wolf | 2021-02-02 | 1 | -1/+1 |
| * | iotests/297: pylint: ignore too many statements | Vladimir Sementsov-Ogievskiy | 2021-02-02 | 1 | -0/+2 |
| * | block: move blk_exp_close_all() to qemu_cleanup() | Sergio Lopez | 2021-02-02 | 4 | -1/+11 |
| * | block: Avoid processing BDS twice in bdrv_set_aio_context_ignore() | Sergio Lopez | 2021-02-02 | 1 | -7/+27 |
| * | MAINTAINERS: Add Vladimir as co-maintainer for Block Jobs | Vladimir Sementsov-Ogievskiy | 2021-02-02 | 1 | -0/+10 |
|/ |
|
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque... | Peter Maydell | 2021-02-01 | 10 | -119/+214 |
|\ |
|
| * | trace: update docs with meson build information | Stefan Hajnoczi | 2021-02-01 | 1 | -23/+34 |
| * | trace: document how to specify multiple --trace patterns | Stefan Hajnoczi | 2021-02-01 | 1 | -2/+7 |
| * | simpletrace: build() missing 2 required positional arguments | Volker Rümelin | 2021-02-01 | 1 | -1/+3 |
| * | trace: make the 'log' backend timestamp configurable | Stefan Hajnoczi | 2021-02-01 | 2 | -6/+16 |
| * | error: rename error_with_timestamp to message_with_timestamp | Stefan Hajnoczi | 2021-02-01 | 3 | -4/+4 |
| * | trace: add meson custom_target() depend_files for tracetool | Stefan Hajnoczi | 2021-02-01 | 2 | -8/+41 |
| * | tracetool: also strip %l and %ll from systemtap format strings | Daniel P. Berrangé | 2021-02-01 | 1 | -1/+6 |
| * | tracetool: fix "PRI" macro decoding | Laurent Vivier | 2021-02-01 | 1 | -0/+1 |
| * | trace: recommend "log" backend for getting started with tracing | Stefan Hajnoczi | 2021-02-01 | 1 | -17/+18 |
| * | tracing: convert documentation to rST | Stefan Hajnoczi | 2021-02-01 | 2 | -54/+81 |
| * | trace: fix simpletrace doc mismerge | Stefan Hajnoczi | 2021-02-01 | 1 | -17/+17 |
|/ |
|
* | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re... | Peter Maydell | 2021-01-29 | 25 | -146/+160 |
|\ |
|
| * | tests: Replace deprecated ASN1 code | Stefan Weil | 2021-01-29 | 3 | -7/+7 |
| * | tests: Fix runtime error in test-authz-pam | Stefan Weil | 2021-01-29 | 1 | -1/+9 |