summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-06tpm: convert tpm_tis.c to use trace-eventsStefan Berger
2018-03-06tpm: convert tpm_emulator.c to use trace-eventsStefan Berger
2018-03-06tpm: convert tpm_util.c to use trace-eventsStefan Berger
2018-03-06tpm: convert tpm_passthrough.c to use trace-eventsStefan Berger
2018-03-06tpm: convert tpm_crb.c to use trace-eventsStefan Berger
2018-03-01Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2018-03-01Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell
2018-03-01Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-21-2...Peter Maydell
2018-03-01block/nvme: fix Coverity reportsPaolo Bonzini
2018-02-27loader: don't perform overlapping address check for memory region ROM imagesMark Cave-Ayland
2018-02-27Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180227-pull-request' ...Peter Maydell
2018-02-27Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-request' ...Peter Maydell
2018-02-27Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie
2018-02-26usb-mtp: Advertise SendObjectInfo for write supportBandan Das
2018-02-26usb-mtp: Introduce write support for MTP objectsBandan Das
2018-02-26usb-mtp: Support delete of mtp objectsBandan Das
2018-02-26usb-mtp: print parent path in IN_IGNORED trace fnBandan Das
2018-02-26usb-mtp: Add one more argument when building resultsBandan Das
2018-02-25linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su
2018-02-25linux-user, m68k: select CPU according to ELF header valuesLaurent Vivier
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier
2018-02-23maintainers: Add myself as a OpenBSD maintainerBrad Smith
2018-02-23Merge remote-tracking branch 'remotes/rth/tags/pull-decode-20180222' into sta...Peter Maydell
2018-02-22scripts: Add decodetree.pyRichard Henderson
2018-02-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180222'...Peter Maydell
2018-02-22sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé
2018-02-22sdcard: simplify SEND_IF_COND (CMD8)Philippe Mathieu-Daudé
2018-02-22sdcard: warn if host uses an incorrect address for APP CMD (CMD55)Philippe Mathieu-Daudé
2018-02-22sdcard: check the card is in correct state for APP CMD (CMD55)Philippe Mathieu-Daudé
2018-02-22sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé
2018-02-22sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé
2018-02-22sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé
2018-02-22sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé
2018-02-22sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé
2018-02-22sdcard: use the correct masked OCR in the R3 replyPhilippe Mathieu-Daudé
2018-02-22sdcard: simplify using the ldst APIPhilippe Mathieu-Daudé
2018-02-22sdcard: remove commands from unsupported old MMC specificationPhilippe Mathieu-Daudé
2018-02-22sdcard: clean the SCR register and add few commentsPhilippe Mathieu-Daudé
2018-02-22sdcard: fix the 'maximum data transfer rate' to 25MHzPhilippe Mathieu-Daudé
2018-02-22sdcard: update the CSD CRC register regardless the CSD structure versionPhilippe Mathieu-Daudé
2018-02-22sdcard: Don't always set the high capacity bitPhilippe Mathieu-Daudé
2018-02-22sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé
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é