summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-21target/mips: Let cpu_mips_translate_address() take MMUAccessType argPhilippe Mathieu-Daudé
2021-02-21target/mips: Let do_translate_address() take MMUAccessType argumentPhilippe Mathieu-Daudé
2021-02-21target/mips: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé
2021-02-21target/mips: Remove unused MMU definitionsPhilippe Mathieu-Daudé
2021-02-21target/mips: Remove access_type argument from get_physical_address()Philippe Mathieu-Daudé
2021-02-21target/mips: Remove access_type arg from get_segctl_physical_address()Philippe Mathieu-Daudé
2021-02-21target/mips: Remove access_type argument from get_seg_physical_addressPhilippe Mathieu-Daudé
2021-02-21target/mips: Remove access_type argument from map_address() handlerPhilippe Mathieu-Daudé
2021-02-21target/mips: fetch code with translator_ldPhilippe Mathieu-Daudé
2021-02-21tests/acceptance: Test PMON with Loongson-3A1000 CPUJiaxun Yang
2021-02-21hw/intc/loongson_liointc: Fix per core ISR handlingJiaxun Yang
2021-02-21hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang
2021-02-21hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2021-02-21hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2021-02-21hw/mips: Add a bootloader helperJiaxun Yang
2021-02-21hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng
2021-02-20Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210220' into...Peter Maydell
2021-02-20MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cardsPhilippe Mathieu-Daudé
2021-02-20hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng
2021-02-20hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng
2021-02-20hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng
2021-02-20hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng
2021-02-20hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng
2021-02-20hw/sd: sd: Fix CMD30 response typeBin Meng
2021-02-20hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng
2021-02-20hw/sd: sd: Fix address check in sd_erase()Bin Meng
2021-02-20hw/sd: ssi-sd: Handle the rest commands with R1b response typeBin Meng
2021-02-20hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) responseBin Meng
2021-02-20hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) responseBin Meng
2021-02-20hw/sd: ssi-sd: Support multiple block writeBin Meng
2021-02-20hw/sd: ssi-sd: Support single block writeBin Meng
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng
2021-02-20hw/sd: sd: Allow single/multiple block write for SPI modeBin Meng
2021-02-20hw/sd: sd: Remove duplicated codes in single/multiple block read/writeBin Meng
2021-02-20hw/sd: ssi-sd: Support multiple block readBin Meng
2021-02-19Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210219-pull-request' i...Peter Maydell
2021-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-18' into ...Peter Maydell
2021-02-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-02-1...Peter Maydell
2021-02-19ui/console: Remove dpy_gl_ctx_get_currentAkihiko Odaki
2021-02-19ui/cocoa: Statically allocate dclAkihiko Odaki
2021-02-19ui/cocoa: Interpret left button down as is when command is pressedAkihiko Odaki
2021-02-19spice-app: avoid crash when core spice module doesn't loadedBruce Rogers
2021-02-19ui/cocoa: Do not copy members of pixman imageAkihiko Odaki
2021-02-19ui/cocoa: Support unique keys of JIS keyboardsAkihiko Odaki
2021-02-19spice: flush drawing before notifying clientMarc-André Lureau
2021-02-19spice: flush on GL update before notifying clientMarc-André Lureau
2021-02-19Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-02-19travis.yml: Limit simultaneous jobs to 3Thomas Huth
2021-02-19gitlab-ci.yml: Run check-tcg with TCIThomas Huth
2021-02-19tests/qtest/boot-sector: Check that the guest did not panicThomas Huth