summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bsd-user: Remove all non-x86 code from elfload.cWarner Losh2021-09-071-345/+2
| * | | bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh2021-09-071-2/+2
| * | | bsd-user: add license to bsdload.cWarner Losh2021-09-071-1/+16
| * | | bsd-user: Add Stacey's copyright to main.cWarner Losh2021-09-071-1/+2
| * | | bsd-user: add copyright header to elfload.cWarner Losh2021-09-071-1/+18
| * | | bsd-user: remove sparc and sparc64Warner Losh2021-09-076-477/+0
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/input-20210910-pull-request...Peter Maydell2021-09-101-81/+133
|\ \ \ \
| * | | | ps2: migration support for command reply queueVolker Rümelin2021-09-101-6/+34
| * | | | ps2: use a separate keyboard command reply queueVolker Rümelin2021-09-101-31/+84
| * | | | ps2: use the whole ps2 buffer but keep queue sizeVolker Rümelin2021-09-101-49/+20
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/vivier/tags/q800-pull-request' into sta...Peter Maydell2021-09-103-358/+328
|\ \ \ \
| * | | | mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland2021-09-082-0/+33
| * | | | mac_via: rename VIA2_IRQ_SLOT_BIT to VIA2_IRQ_NUBUS_BITMark Cave-Ayland2021-09-081-11/+11
| * | | | mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland2021-09-082-12/+7
| * | | | mac_via: remove mac_via deviceMark Cave-Ayland2021-09-083-97/+36
| * | | | mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland2021-09-081-42/+44
| * | | | mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland2021-09-081-14/+8
| * | | | mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland2021-09-081-15/+5
| * | | | mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-083-99/+96
| * | | | mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-082-79/+77
| * | | | mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-082-32/+34
| * | | | mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland2021-09-081-1/+1
| * | | | mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland2021-09-081-4/+24
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210908' into...Peter Maydell2021-09-096-120/+202
|\ \ \ \ | |_|/ / |/| | |
| * | | escc: fix STATUS_SYNC bit in R_STATUS registerMark Cave-Ayland2021-09-081-1/+8
| * | | escc: re-use escc_reset_chn() for soft resetMark Cave-Ayland2021-09-081-7/+2
| * | | escc: remove register changes from escc_reset_chn()Mark Cave-Ayland2021-09-081-25/+0
| * | | escc: implement hard reset as described in the datasheetMark Cave-Ayland2021-09-081-28/+13
| * | | escc: implement soft reset as described in the datasheetMark Cave-Ayland2021-09-081-17/+31
| * | | escc: introduce escc_hard_reset_chn() for hardware resetMark Cave-Ayland2021-09-082-1/+38
| * | | escc: introduce escc_soft_reset_chn() for software resetMark Cave-Ayland2021-09-082-2/+39
| * | | escc: reset register values to zero in escc_reset()Mark Cave-Ayland2021-09-081-2/+17
| * | | escc: checkpatch fixesMark Cave-Ayland2021-09-081-65/+97
| * | | sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland2021-09-081-1/+1
| * | | tcg: Drop gen_io_end()Peter Maydell2021-09-082-20/+10
| * | | target/sparc: Drop use of gen_io_end()Peter Maydell2021-09-081-15/+10
| |/ /
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20210908' i...Peter Maydell2021-09-084-0/+0
|\ \ \ | |/ / |/| |
| * | Update OpenBIOS images to d657b653 built from submodule.Mark Cave-Ayland2021-09-084-0/+0
|/ /
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390x-pull-request-20...Peter Maydell2021-09-0722-151/+627
|\ \
| * | s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger2021-09-072-1/+12
| * | s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth2021-09-064-14/+11
| * | hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand2021-09-064-14/+131
| * | hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand2021-09-063-9/+9
| * | hw/s390x/s390-skeys: check if an address is valid before dumping the keyDavid Hildenbrand2021-09-061-5/+8
| * | hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dumpDavid Hildenbrand2021-09-061-20/+30
| * | hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrateDavid Hildenbrand2021-09-061-27/+43
| * | s390x/mmu_helper: avoid setting the storage key if nothing changedDavid Hildenbrand2021-09-061-4/+7
| * | s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand2021-09-064-29/+24
| * | s390x/mmu_helper: fixup mmu_translate() documentationDavid Hildenbrand2021-09-061-1/+2
| * | s390x/mmu_helper: no need to pass access type to mmu_translate_asce()David Hildenbrand2021-09-061-2/+2