aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-26s390-ccw: refactor eckd_block_num to use CHSCollin L. Walling2-16/+20
2018-02-26s390-ccw: refactor boot map table codeCollin L. Walling2-34/+37
2018-02-23maintainers: Add myself as a OpenBSD maintainerBrad Smith2-0/+7
2018-02-23Merge remote-tracking branch 'remotes/rth/tags/pull-decode-20180222' into sta...Peter Maydell23-1/+1202
2018-02-22scripts: Add decodetree.pyRichard Henderson23-1/+1202
2018-02-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180222'...Peter Maydell12-237/+443
2018-02-22sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé1-30/+26
2018-02-22sdcard: simplify SEND_IF_COND (CMD8)Philippe Mathieu-Daudé1-15/+11
2018-02-22sdcard: warn if host uses an incorrect address for APP CMD (CMD55)Philippe Mathieu-Daudé1-0/+5
2018-02-22sdcard: check the card is in correct state for APP CMD (CMD55)Philippe Mathieu-Daudé1-0/+8
2018-02-22sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé1-3/+26
2018-02-22sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé1-9/+13
2018-02-22sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé1-0/+12
2018-02-22sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé1-3/+2
2018-02-22sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé1-3/+45
2018-02-22sdcard: use the correct masked OCR in the R3 replyPhilippe Mathieu-Daudé1-5/+16
2018-02-22sdcard: simplify using the ldst APIPhilippe Mathieu-Daudé1-29/+9
2018-02-22sdcard: remove commands from unsupported old MMC specificationPhilippe Mathieu-Daudé1-33/+0
2018-02-22sdcard: clean the SCR register and add few commentsPhilippe Mathieu-Daudé1-3/+6
2018-02-22sdcard: fix the 'maximum data transfer rate' to 25MHzPhilippe Mathieu-Daudé1-1/+1
2018-02-22sdcard: update the CSD CRC register regardless the CSD structure versionPhilippe Mathieu-Daudé1-2/+1
2018-02-22sdcard: Don't always set the high capacity bitPhilippe Mathieu-Daudé1-1/+4
2018-02-22sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé2-9/+13
2018-02-22sdcard: use G_BYTE from cutilsPhilippe Mathieu-Daudé1-1/+2
2018-02-22sdcard: define SDMMC_CMD_MAX instead of using the magic '64'Philippe Mathieu-Daudé2-6/+31
2018-02-22sdcard: add more trace eventsPhilippe Mathieu-Daudé2-6/+39
2018-02-22sdcard: replace fprintf() by qemu_hexdump()Philippe Mathieu-Daudé1-15/+1
2018-02-22sdcard: add a trace event for command responsesPhilippe Mathieu-Daudé2-3/+25
2018-02-22sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé2-6/+32
2018-02-22sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé1-7/+9
2018-02-22hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the busPhilippe Mathieu-Daudé1-13/+19
2018-02-22hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé1-17/+21
2018-02-22hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()Philippe Mathieu-Daudé1-12/+16
2018-02-22hw/sd/milkymist-memcard: use qemu_log_mask()Philippe Mathieu-Daudé1-7/+10
2018-02-22Fix ast2500 protection register emulationHugo Landau2-2/+12
2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun2-5/+14
2018-02-22raspi: Add "raspi3" machine typePekka Enberg1-0/+23
2018-02-22target/arm: Fix register definitions for VMIDR and VMPIDRPeter Maydell1-4/+4
2018-02-22Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180222-pull-request' i...Peter Maydell11-139/+151
2018-02-22Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2018-02-22Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-refactor-21...Peter Maydell49-2941/+2204
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann5-6/+48
2018-02-22keymap: record multiple keysym -> keycode mappingsGerd Hoffmann1-3/+11
2018-02-22keymap: numpad keysyms and keycodes are fixedGerd Hoffmann1-52/+9
2018-02-22keymap: use glib hash for kbd_layout_tGerd Hoffmann2-43/+32
2018-02-22keymap: make struct kbd_layout_t private to ui/keymaps.cGerd Hoffmann2-30/+31
2018-02-22egl-helpers: add alpha channel to texture formatGerd Hoffmann1-1/+1
2018-02-22egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann1-6/+9
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann3-14/+34
2018-02-22sdl2: fix hotkey keyupGerd Hoffmann1-11/+3