summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/tricore: Remove unused definitionsPhilippe Mathieu-Daudé2021-03-141-12/+0Star
* target/tricore: Pass MMUAccessType to get_physical_address()Philippe Mathieu-Daudé2021-03-141-4/+2Star
* target/tricore: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé2021-03-141-1/+2
* tricore: added triboard with tc27x_socAndreas Konopik2021-03-147-1/+534
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell2021-03-124-24/+82
|\
| * target/m68k: add M68K_FEATURE_UNALIGNED_DATA featureMark Cave-Ayland2021-03-113-1/+7
| * target/m68k: reformat m68k_features enumMark Cave-Ayland2021-03-111-22/+44
| * target/m68k: don't set SSW ATC bit for physical bus errorsMark Cave-Ayland2021-03-111-1/+11
| * target/m68k: implement rtr instructionLaurent Vivier2021-03-111-0/+20
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell2021-03-123-131/+117Star
|\ \
| * | ui/cocoa: Fix mouse association stateAkihiko Odaki2021-03-111-16/+8Star
| * | ui/cocoa: Mark variables staticAkihiko Odaki2021-03-111-7/+7
| * | ui/cocoa: Clear modifiers whenever possibleAkihiko Odaki2021-03-111-72/+76
| * | ui/cocoa: Do not rely on the first argumentAkihiko Odaki2021-03-111-14/+15
| * | ui/cocoa: Show QEMU icon in the about windowAkihiko Odaki2021-03-111-9/+5Star
| * | docs: Fix removal text of -show-cursorThomas Huth2021-03-111-2/+2
| * | ui/cocoa: Use kCGColorSpaceSRGBAkihiko Odaki2021-03-111-7/+2Star
| * | ui/gtk: Remove NULL checks in gd_switchAkihiko Odaki2021-03-111-4/+2Star
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2021-03-1228-292/+750
|\ \ \
| * | | spapr.c: send QAPI event when memory hotunplug failsDaniel Henrique Barboza2021-03-093-7/+14
| * | | spapr.c: remove duplicated assert in spapr_memory_unplug_request()Daniel Henrique Barboza2021-03-091-1/+0Star
| * | | target/ppc: fix icount support on Book-e vms accessing SPRsVitaly Cheptsov2021-03-091-0/+36
| * | | qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-093-3/+23
| * | | spapr_pci.c: add 'unplug already in progress' message for PCI unplugDaniel Henrique Barboza2021-03-091-0/+4
| * | | spapr.c: add 'unplug already in progress' message for PHB unplugDaniel Henrique Barboza2021-03-091-0/+4
| * | | hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng2021-03-091-0/+1
| * | | hw/net: fsl_etsec: Fix build error when HEX_DUMP is onBin Meng2021-03-092-0/+2
| * | | spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug stateDaniel Henrique Barboza2021-03-093-0/+55
| * | | spapr_drc.c: add hotunplug timeout for CPUsDaniel Henrique Barboza2021-03-093-0/+18
| * | | spapr_drc.c: introduce unplug_timeout_timerDaniel Henrique Barboza2021-03-092-0/+44
| * | | target/ppc: Fix bcdsub. emulation when result overflowsFabiano Rosas2021-03-095-3/+171
| * | | docs/system: Extend PPC sectionCédric Le Goater2021-03-096-38/+282
| * | | spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()Daniel Henrique Barboza2021-03-095-9/+9
| * | | spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusableDaniel Henrique Barboza2021-03-091-16/+16
| * | | pseries: Update SLOF firmware imageAlexey Kardashevskiy2021-03-093-1/+1
| * | | spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical()Daniel Henrique Barboza2021-03-091-13/+0Star
| * | | hw/display/sm501: Inline template header into C filePeter Maydell2021-03-092-107/+81Star
| * | | hw/display/sm501: Expand out macros in template headerPeter Maydell2021-03-091-43/+17Star
| * | | hw/display/sm501: Remove dead code for non-32-bit RGB surfacesPeter Maydell2021-03-091-85/+6Star
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-1179-134/+147
|\ \ \ \ | |_|_|/ |/| | |
| * | | sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-0941-43/+49
| * | | sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé2021-03-092-2/+2
| * | | hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICESPhilippe Mathieu-Daudé2021-03-091-1/+1
| * | | hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé2021-03-094-6/+6
| * | | hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boardsPhilippe Mathieu-Daudé2021-03-093-3/+7
| * | | qemu-common.h: Update copyright string to 2021Peter Maydell2021-03-091-1/+1
| * | | tests/fp/fp-test: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-091-4/+4
| * | | qemu-options: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-091-3/+3
| * | | seccomp: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-091-8/+8
| * | | scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-03-091-1/+1