aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-21tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count'Aleksandar Markovic
2019-02-21tests/tcg: target/mips: Correct path to headers in some test source filesAleksandar Markovic
2019-02-21hw/misc: mips_itu: Fix 32/64 bit issue in a line involving shift operatorAleksandar Markovic
2019-02-21include/exec/helper-head.h: support "const void *" in helper callsDavid Hildenbrand
2019-02-21tcg: Remove TODO fileRichard Henderson
2019-02-21hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell
2019-02-21hw/arm/musca: Wire up PL011 UARTsPeter Maydell
2019-02-21hw/arm/musca: Wire up PL031 RTCPeter Maydell
2019-02-21hw/arm/musca: Add MPCsPeter Maydell
2019-02-21hw/arm/musca: Add PPCsPeter Maydell
2019-02-21hw/arm/musca.c: Implement models of the Musca-A and -B1 boardsPeter Maydell
2019-02-21hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell
2019-02-21hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header commentPeter Maydell
2019-02-21hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell
2019-02-21hw/timer/pl031: Convert to using trace eventsPeter Maydell
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell
2019-02-21hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-21target/arm: Rearrange Floating-point data-processing (2 regs)Richard Henderson
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson
2019-02-21target/arm: Restructure disas_fp_int_convRichard Henderson
2019-02-21target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS
2019-02-21target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell
2019-02-21hw/arm/armsse: Fix memory leak in error-exit pathPeter Maydell
2019-02-21hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle
2019-02-21Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-02-21spice: use a default name for the serverMarc-André Lureau
2019-02-21qapi: document DisplayType enumMarc-André Lureau
2019-02-21build-sys: add gio-2.0 checkMarc-André Lureau
2019-02-21char: register spice ports after spice startedMarc-André Lureau
2019-02-21char: move SpiceChardev and open_spice_port() to spice.h headerMarc-André Lureau
2019-02-21spice: do not stop spice if VM is pausedMarc-André Lureau
2019-02-21spice: merge options listsMarc-André Lureau
2019-02-21spice: avoid spice runtime assertMarc-André Lureau
2019-02-21char/spice: discard write() if backend is disconnectedMarc-André Lureau
2019-02-21char/spice: trigger HUP eventMarc-André Lureau
2019-02-21ui/gtk: Fix the license informationThomas Huth
2019-02-21sdl2: drop qemu_input_event_send_key_qcode callGerd Hoffmann
2019-02-21Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190220-pull-request' ...Peter Maydell
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký
2019-02-21kbd-state: don't block auto-repeat eventsGerd Hoffmann
2019-02-20usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick
2019-02-20usb: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20xhci: check device is not NULL before calling usb_ep_get()Liam Merwick