aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-21hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang1-34/+11
2021-02-21hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang1-15/+2
2021-02-21hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang1-24/+3
2021-02-21hw/mips: Add a bootloader helperJiaxun Yang3-1/+223
2021-02-21hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng2-9/+4
2021-02-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell17-81/+29
2021-02-20Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210220' into...Peter Maydell6-109/+199
2021-02-20MAINTAINERS: Fix default-configs/ entriesPhilippe Mathieu-Daudé1-10/+10
2021-02-20target/avr/cpu: Use device_class_set_parent_realize()Philippe Mathieu-Daudé1-3/+1
2021-02-20hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé1-2/+2
2021-02-20u2f-passthru: put it into the 'misc' categoryGan Qixin1-0/+1
2021-02-20tpm: put some tpm devices into the correct categoryGan Qixin2-0/+2
2021-02-20nvdimm: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-20vmmouse: put it into the 'input' categoryGan Qixin1-0/+1
2021-02-20virtio-pmem: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-20MAINTAINERS: add my github tree URLChristian Schoenebeck1-0/+1
2021-02-20Fix SPDX-License-Identifier typosRyan Finnie5-5/+5
2021-02-20hw/block/fdc: Remove the check_media_rate propertyThomas Huth2-50/+2
2021-02-20hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé1-11/+2
2021-02-20MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cardsPhilippe Mathieu-Daudé1-0/+1
2021-02-20hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng1-4/+3
2021-02-20hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng1-1/+2
2021-02-20hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng1-5/+9
2021-02-20hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng1-6/+12
2021-02-20hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng1-21/+21
2021-02-20hw/sd: sd: Fix CMD30 response typeBin Meng1-1/+1
2021-02-20hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng1-0/+12
2021-02-20hw/sd: sd: Fix address check in sd_erase()Bin Meng1-1/+1
2021-02-20hw/sd: ssi-sd: Handle the rest commands with R1b response typeBin Meng1-0/+6
2021-02-20hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) responseBin Meng1-4/+5
2021-02-20hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) responseBin Meng1-3/+3
2021-02-20hw/sd: ssi-sd: Support multiple block writeBin Meng1-2/+31
2021-02-20hw/sd: ssi-sd: Support single block writeBin Meng1-4/+40
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng3-0/+21
2021-02-20hw/sd: sd: Allow single/multiple block write for SPI modeBin Meng1-3/+0
2021-02-20hw/sd: sd: Remove duplicated codes in single/multiple block read/writeBin Meng1-47/+0
2021-02-20hw/sd: ssi-sd: Support multiple block readBin Meng1-9/+33
2021-02-19Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210219-pull-request' i...Peter Maydell5-73/+69
2021-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-18' into ...Peter Maydell8-131/+266
2021-02-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-02-1...Peter Maydell7-21/+130
2021-02-19ui/console: Remove dpy_gl_ctx_get_currentAkihiko Odaki2-6/+0
2021-02-19ui/cocoa: Statically allocate dclAkihiko Odaki1-34/+31
2021-02-19ui/cocoa: Interpret left button down as is when command is pressedAkihiko Odaki1-10/+2
2021-02-19spice-app: avoid crash when core spice module doesn't loadedBruce Rogers1-1/+7
2021-02-19ui/cocoa: Do not copy members of pixman imageAkihiko Odaki1-22/+20
2021-02-19ui/cocoa: Support unique keys of JIS keyboardsAkihiko Odaki1-0/+7
2021-02-19spice: flush drawing before notifying clientMarc-André Lureau1-0/+1
2021-02-19spice: flush on GL update before notifying clientMarc-André Lureau1-0/+1
2021-02-19Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell4-58/+162
2021-02-19travis.yml: Limit simultaneous jobs to 3Thomas Huth1-1/+3