aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-22sdcard: use G_BYTE from cutilsPhilippe Mathieu-Daudé
2018-02-22sdcard: define SDMMC_CMD_MAX instead of using the magic '64'Philippe Mathieu-Daudé
2018-02-22sdcard: add more trace eventsPhilippe Mathieu-Daudé
2018-02-22sdcard: replace fprintf() by qemu_hexdump()Philippe Mathieu-Daudé
2018-02-22sdcard: add a trace event for command responsesPhilippe Mathieu-Daudé
2018-02-22sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé
2018-02-22sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé
2018-02-22hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the busPhilippe Mathieu-Daudé
2018-02-22hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé
2018-02-22hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()Philippe Mathieu-Daudé
2018-02-22hw/sd/milkymist-memcard: use qemu_log_mask()Philippe Mathieu-Daudé
2018-02-22Fix ast2500 protection register emulationHugo Landau
2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun
2018-02-22raspi: Add "raspi3" machine typePekka Enberg
2018-02-22target/arm: Fix register definitions for VMIDR and VMPIDRPeter Maydell
2018-02-22Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180222-pull-request' i...Peter Maydell
2018-02-22Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell
2018-02-22Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-refactor-21...Peter Maydell
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann
2018-02-22keymap: record multiple keysym -> keycode mappingsGerd Hoffmann
2018-02-22keymap: numpad keysyms and keycodes are fixedGerd Hoffmann
2018-02-22keymap: use glib hash for kbd_layout_tGerd Hoffmann
2018-02-22keymap: make struct kbd_layout_t private to ui/keymaps.cGerd Hoffmann
2018-02-22egl-helpers: add alpha channel to texture formatGerd Hoffmann
2018-02-22egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann
2018-02-22sdl2: fix hotkey keyupGerd Hoffmann
2018-02-22Update OpenBIOS images to 54d959d9 built from submodule.Mark Cave-Ayland
2018-02-21tests: add test for TPM TIS deviceStefan Berger
2018-02-21tests: Move common TPM test code into tpm-emu.cStefan Berger
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée
2018-02-21fpu/softfloat: re-factor compareAlex Bennée
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée
2018-02-21fpu/softfloat: re-factor divAlex Bennée
2018-02-21fpu/softfloat: re-factor mulAlex Bennée
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée
2018-02-21fpu/softfloat: define decompose structuresAlex Bennée
2018-02-21fpu/softfloat: move the extract functions to the top of the fileAlex Bennée
2018-02-21fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée
2018-02-21include/fpu/softfloat: add some float16 constantsAlex Bennée
2018-02-21include/fpu/softfloat: implement float16_set_sign helperAlex Bennée
2018-02-21include/fpu/softfloat: implement float16_chs helperAlex Bennée
2018-02-21include/fpu/softfloat: implement float16_abs helperAlex Bennée
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée