| Commit message (Expand) | Author | Age | Files | Lines |
| * | hw/char/exynos4210_uart: Drop unused local variable frame_size | Peter Maydell | 2017-01-27 | 1 | -5/+1 |
| * | arm: stellaris: make MII accesses complete immediately | Michael Davidsaver | 2017-01-27 | 1 | -1/+4 |
| * | armv7m: R14 should reset to 0xffffffff | Peter Maydell | 2017-01-27 | 1 | -0/+3 |
| * | armv7m: FAULTMASK should be 0 on reset | Michael Davidsaver | 2017-01-27 | 1 | -4/+6 |
| * | armv7m: Honour CCR.USERSETMPEND | Michael Davidsaver | 2017-01-27 | 1 | -1/+4 |
| * | armv7m: Report no-coprocessor faults correctly | Peter Maydell | 2017-01-27 | 4 | -0/+14 |
| * | armv7m: set CFSR.UNDEFINSTR on undefined instructions | Michael Davidsaver | 2017-01-27 | 1 | -0/+1 |
| * | armv7m: honour CCR.STACKALIGN on exception entry | Michael Davidsaver | 2017-01-27 | 1 | -4/+2 |
| * | armv7m: implement CCR, CFSR, HFSR, DFSR, BFAR, and MMFAR | Michael Davidsaver | 2017-01-27 | 1 | -10/+32 |
| * | armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFAR | Peter Maydell | 2017-01-27 | 3 | -2/+69 |
| * | armv7m_nvic: keep a pointer to the CPU | Michael Davidsaver | 2017-01-27 | 1 | -6/+5 |
| * | target/arm: Drop IS_M() macro | Peter Maydell | 2017-01-27 | 3 | -8/+2 |
| * | pflash_cfi01: fix per-device sector length in CFI table | Peter Maydell | 2017-01-27 | 2 | -5/+21 |
| * | armv7m: Clear FAULTMASK on return from non-NMI exceptions | Michael Davidsaver | 2017-01-27 | 1 | -1/+6 |
| * | armv7m: Fix reads of CONTROL register bit 1 | Michael Davidsaver | 2017-01-27 | 4 | -17/+32 |
| * | hw/registerfields.h: Pull FIELD etc macros out of hw/register.h | Peter Maydell | 2017-01-27 | 2 | -46/+61 |
| * | armv7m: Explicit error for bad vector table | Michael Davidsaver | 2017-01-27 | 1 | -1/+25 |
| * | armv7m: Replace armv7m.hack with unassigned_access handler | Michael Davidsaver | 2017-01-27 | 3 | -14/+34 |
| * | armv7m: MRS/MSR: handle unprivileged access | Michael Davidsaver | 2017-01-27 | 1 | -42/+37 |
| * | aspeed/smc: handle dummy bytes when doing fast reads in command mode | Cédric Le Goater | 2017-01-27 | 1 | -0/+21 |
| * | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-26-1' in... | Peter Maydell | 2017-01-27 | 2 | -1/+4 |
| |\ |
|
| | * | io: fix possible double free of task error object | Daniel P. Berrange | 2017-01-26 | 2 | -1/+4 |
| * | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170126' into staging | Peter Maydell | 2017-01-27 | 1 | -1/+1 |
| |\ \ |
|
| | * | | s390x/flic: fix compilation of kvm flic | Cornelia Huck | 2017-01-26 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2017-01-27 | 1 | -1/+2 |
| |\ \ |
|
| | * | | aio-posix: honor is_external in AioContext polling | Stefan Hajnoczi | 2017-01-26 | 1 | -1/+2 |
| | |/ |
|
| * | | Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging | Peter Maydell | 2017-01-27 | 3 | -3/+43 |
| |\ \
| |/
|/| |
|
| | * | test-hbitmap: Add hbitmap_is_serializable() calls | Max Reitz | 2017-01-26 | 1 | -0/+11 |
| | * | hbitmap: Add hbitmap_is_serializable() | Max Reitz | 2017-01-26 | 2 | -3/+32 |
| |/ |
|
| * | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging | Peter Maydell | 2017-01-25 | 3 | -13/+26 |
| |\ |
|
| | * | 9pfs: fix offset error in v9fs_xattr_read() | Greg Kurz | 2017-01-25 | 1 | -3/+3 |
| | * | 9pfs: local: trivial cosmetic fix in pwritev op | Greg Kurz | 2017-01-25 | 1 | -2/+1 |
| | * | 9pfs: fix off-by-one error in PDU free list | Greg Kurz | 2017-01-25 | 1 | -1/+1 |
| | * | tests: virtio-9p: improve error reporting | Greg Kurz | 2017-01-25 | 1 | -5/+19 |
| | * | 9pfs: add missing coroutine_fn annotations | Greg Kurz | 2017-01-25 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'remotes/xtensa/tags/20170124-xtensa' into staging | Peter Maydell | 2017-01-25 | 12 | -203/+456 |
| |\ \ |
|
| | * | | target-xtensa: implement RER/WER instructions | Max Filippov | 2017-01-17 | 6 | -3/+44 |
| | * | | target/xtensa: tests: clean up interrupt tests | Max Filippov | 2017-01-15 | 1 | -7/+20 |
| | * | | target/xtensa: tests: add memctl test | Max Filippov | 2017-01-15 | 1 | -0/+1 |
| | * | | target/xtensa: implement MEMCTL SR | Max Filippov | 2017-01-15 | 6 | -0/+68 |
| | * | | target/xtensa: fix ICACHE/DCACHE options detection | Max Filippov | 2017-01-15 | 1 | -2/+2 |
| | * | | target/xtensa: tests: add ccount write tests | Max Filippov | 2017-01-15 | 1 | -0/+34 |
| | * | | target/xtensa: tests: replace hardcoded interrupt masks | Max Filippov | 2017-01-15 | 1 | -5/+5 |
| | * | | target/xtensa: tests: fix timer tests | Max Filippov | 2017-01-15 | 1 | -28/+33 |
| | * | | target/xtensa: tests: run tests with icount | Max Filippov | 2017-01-15 | 1 | -1/+1 |
| | * | | target/xtensa: don't continue translation after exception | Max Filippov | 2017-01-15 | 1 | -1/+4 |
| | * | | target/xtensa: support icount | Max Filippov | 2017-01-15 | 3 | -45/+143 |
| | * | | target/xtensa: refactor CCOUNT/CCOMPARE | Max Filippov | 2017-01-15 | 5 | -107/+65 |
| | * | | target/xtensa: implement RUNSTALL | Max Filippov | 2017-01-15 | 3 | -2/+17 |
| | * | | target/xtensa: add static vectors selection | Max Filippov | 2017-01-15 | 3 | -3/+20 |