summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/musca: Add MPCsPeter Maydell2019-02-211-8/+147
* hw/arm/musca: Add PPCsPeter Maydell2019-02-211-0/+289
* hw/arm/musca.c: Implement models of the Musca-A and -B1 boardsPeter Maydell2019-02-214-0/+205
* hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell2019-02-212-4/+7
* hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header commentPeter Maydell2019-02-211-0/+2
* hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell2019-02-211-2/+2
* hw/char/pl011: Support all interrupt linesPeter Maydell2019-02-212-3/+45
* hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell2019-02-212-29/+36
* hw/timer/pl031: Convert to using trace eventsPeter Maydell2019-02-212-25/+36
* hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell2019-02-213-24/+46
* hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell2019-02-212-1/+39
* target/arm: Implement ARMv8.3-JSConvRichard Henderson2019-02-217-0/+140
* target/arm: Rearrange Floating-point data-processing (2 regs)Richard Henderson2019-02-211-116/+111Star
* target/arm: Split out vfp_helper.cRichard Henderson2019-02-213-1063/+1089
* target/arm: Restructure disas_fp_int_convRichard Henderson2019-02-211-43/+47
* target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS2019-02-211-1/+1
* target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell2019-02-211-3/+5
* hw/arm/armsse: Fix memory leak in error-exit pathPeter Maydell2019-02-211-4/+6
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-02-215-22/+79
|\
| * blockdev: acquire aio_context for bitmap add/removeJohn Snow2019-02-191-6/+20
| * block/dirty-bitmap: Documentation and Comment fixupsJohn Snow2019-02-192-15/+39
| * dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake2019-02-194-1/+20
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190220-pull-request' ...Peter Maydell2019-02-217-16/+30
|\ \ | |/ |/|
| * usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick2019-02-201-3/+1Star
| * usb: add device checks before redirector calls to usb_ep_get()Liam Merwick2019-02-201-1/+2
| * usb: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-4/+4
| * uhci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-3/+5
| * ohci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-0/+8
| * ehci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-2/+5
| * xhci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-2/+2
| * xhci: add asserts to help with static code analysisLiam Merwick2019-02-201-0/+2
| * usb: rearrange usb_ep_get()Liam Merwick2019-02-201-1/+1
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2019-02-1841-679/+581Star
|\
| * target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-183-59/+16Star
| * target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-183-38/+61
| * target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2019-02-182-4/+11
| * target/ppc: Add set_vscr_satRichard Henderson2019-02-181-12/+17
| * target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson2019-02-181-3/+41
| * target/ppc: Add helper_mfvscrRichard Henderson2019-02-185-3/+10
| * target/ppc: Remove vscr_nj and vscr_satRichard Henderson2019-02-181-2/+0Star
| * target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson2019-02-181-3/+2Star
| * target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-183-8/+17
| * target/ppc: convert xxsel to vector operationsRichard Henderson2019-02-181-28/+27Star
| * target/ppc: convert xxspltw to vector operationsRichard Henderson2019-02-181-25/+11Star
| * target/ppc: convert xxspltib to vector operationsRichard Henderson2019-02-181-8/+5Star
| * target/ppc: convert VSX logical operations to vector operationsRichard Henderson2019-02-181-26/+17Star
| * target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson2019-02-183-41/+27Star
| * target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson2019-02-183-46/+8Star
| * target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland2019-02-183-23/+8Star
| * target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland2019-02-182-31/+17Star