| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/arm/musca: Add MPCs | Peter Maydell | 2019-02-21 | 1 | -8/+147 |
* | hw/arm/musca: Add PPCs | Peter Maydell | 2019-02-21 | 1 | -0/+289 |
* | hw/arm/musca.c: Implement models of the Musca-A and -B1 boards | Peter Maydell | 2019-02-21 | 4 | -0/+205 |
* | hw/arm/armsse: Allow boards to specify init-svtor | Peter Maydell | 2019-02-21 | 2 | -4/+7 |
* | hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header comment | Peter Maydell | 2019-02-21 | 1 | -0/+2 |
* | hw/char/pl011: Use '0x' prefix when logging hex numbers | Peter Maydell | 2019-02-21 | 1 | -2/+2 |
* | hw/char/pl011: Support all interrupt lines | Peter Maydell | 2019-02-21 | 2 | -3/+45 |
* | hw/char/pl011: Allow use as an embedded-struct device | Peter Maydell | 2019-02-21 | 2 | -29/+36 |
* | hw/timer/pl031: Convert to using trace events | Peter Maydell | 2019-02-21 | 2 | -25/+36 |
* | hw/timer/pl031: Allow use as an embedded-struct device | Peter Maydell | 2019-02-21 | 3 | -24/+46 |
* | hw/misc/tz-ppc: Support having unused ports in the middle of the range | Peter Maydell | 2019-02-21 | 2 | -1/+39 |
* | target/arm: Implement ARMv8.3-JSConv | Richard Henderson | 2019-02-21 | 7 | -0/+140 |
* | target/arm: Rearrange Floating-point data-processing (2 regs) | Richard Henderson | 2019-02-21 | 1 | -116/+111 |
* | target/arm: Split out vfp_helper.c | Richard Henderson | 2019-02-21 | 3 | -1063/+1089 |
* | target/arm: Restructure disas_fp_int_conv | Richard Henderson | 2019-02-21 | 1 | -43/+47 |
* | target/arm: Stop unintentional sign extension in pmu_init | Aaron Lindsay OS | 2019-02-21 | 1 | -1/+1 |
* | target/arm: v8M MPU should use background region as default, not always | Peter Maydell | 2019-02-21 | 1 | -3/+5 |
* | hw/arm/armsse: Fix memory leak in error-exit path | Peter Maydell | 2019-02-21 | 1 | -4/+6 |
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 2019-02-21 | 5 | -22/+79 |
|\ |
|
| * | blockdev: acquire aio_context for bitmap add/remove | John Snow | 2019-02-19 | 1 | -6/+20 |
| * | block/dirty-bitmap: Documentation and Comment fixups | John Snow | 2019-02-19 | 2 | -15/+39 |
| * | dirty-bitmap: Expose persistent flag to 'query-block' | Eric Blake | 2019-02-19 | 4 | -1/+20 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190220-pull-request' ... | Peter Maydell | 2019-02-21 | 7 | -16/+30 |
|\ \
| |/
|/| |
|
| * | usb: remove unnecessary NULL device check from usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -3/+1 |
| * | usb: add device checks before redirector calls to usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -1/+2 |
| * | usb: check device is not NULL before calling usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -4/+4 |
| * | uhci: check device is not NULL before calling usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -3/+5 |
| * | ohci: check device is not NULL before calling usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -0/+8 |
| * | ehci: check device is not NULL before calling usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -2/+5 |
| * | xhci: check device is not NULL before calling usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -2/+2 |
| * | xhci: add asserts to help with static code analysis | Liam Merwick | 2019-02-20 | 1 | -0/+2 |
| * | usb: rearrange usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into... | Peter Maydell | 2019-02-18 | 41 | -679/+581 |
|\ |
|
| * | target/ppc: convert vmin* and vmax* to vector operations | Richard Henderson | 2019-02-18 | 3 | -59/+16 |
| * | target/ppc: convert vadd*s and vsub*s to vector operations | Richard Henderson | 2019-02-18 | 3 | -38/+61 |
| * | target/ppc: Split out VSCR_SAT to a vector field | Richard Henderson | 2019-02-18 | 2 | -4/+11 |
| * | target/ppc: Add set_vscr_sat | Richard Henderson | 2019-02-18 | 1 | -12/+17 |
| * | target/ppc: Use mtvscr/mfvscr for vmstate | Richard Henderson | 2019-02-18 | 1 | -3/+41 |
| * | target/ppc: Add helper_mfvscr | Richard Henderson | 2019-02-18 | 5 | -3/+10 |
| * | target/ppc: Remove vscr_nj and vscr_sat | Richard Henderson | 2019-02-18 | 1 | -2/+0 |
| * | target/ppc: Use helper_mtvscr for reset and gdb | Richard Henderson | 2019-02-18 | 1 | -3/+2 |
| * | target/ppc: Pass integer to helper_mtvscr | Richard Henderson | 2019-02-18 | 3 | -8/+17 |
| * | target/ppc: convert xxsel to vector operations | Richard Henderson | 2019-02-18 | 1 | -28/+27 |
| * | target/ppc: convert xxspltw to vector operations | Richard Henderson | 2019-02-18 | 1 | -25/+11 |
| * | target/ppc: convert xxspltib to vector operations | Richard Henderson | 2019-02-18 | 1 | -8/+5 |
| * | target/ppc: convert VSX logical operations to vector operations | Richard Henderson | 2019-02-18 | 1 | -26/+17 |
| * | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson | 2019-02-18 | 3 | -41/+27 |
| * | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson | 2019-02-18 | 3 | -46/+8 |
| * | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper... | Mark Cave-Ayland | 2019-02-18 | 3 | -23/+8 |
| * | target/ppc: convert VMX logical instructions to use vector operations | Mark Cave-Ayland | 2019-02-18 | 2 | -31/+17 |