summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson2022-02-081-1/+2
|/
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell2022-02-0726-113/+167
|\
| * linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev2022-02-012-0/+3
| * linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-0122-52/+117
| * linux-user: Implement starttime field in self stat emulationCameron Esfahani2022-01-283-0/+20
| * linux-user: sigprocmask check read perms firstPatrick Venture2022-01-271-5/+7
| * linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng2022-01-271-5/+7
| * linux-user: Fix inotify on aarch64Paul Brook2022-01-272-43/+12Star
| * linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev2022-01-271-35/+32Star
| * linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell2022-01-271-5/+1Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2022-02-0629-36/+1429
|\ \
| * | util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand2022-02-061-0/+1
| * | ACPI ERST: step 6 of bios-tables-test.cEric DeVolder2022-02-066-5/+0Star
| * | ACPI ERST: bios-tables-test testcaseEric DeVolder2022-02-061-0/+54
| * | ACPI ERST: qtest for ERSTEric DeVolder2022-02-062-0/+166
| * | ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder2022-02-063-0/+35
| * | ACPI ERST: build the ACPI ERST tableEric DeVolder2022-02-061-0/+211
| * | ACPI ERST: support for ACPI ERST featureEric DeVolder2022-02-064-0/+862
| * | ACPI ERST: header file for ERSTEric DeVolder2022-02-061-0/+19
| * | ACPI ERST: PCI device_id for ERSTEric DeVolder2022-02-061-0/+1
| * | ACPI ERST: bios-tables-test.c steps 1 and 2Eric DeVolder2022-02-066-0/+5
| * | libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h...David Hildenbrand2022-02-041-5/+5
| * | libvhost-user: handle removal of identical regionsRaphael Norwitz2022-02-041-12/+16
| * | libvhost-user: prevent over-running max RAM slotsRaphael Norwitz2022-02-041-0/+8
| * | libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fdDavid Hildenbrand2022-02-041-0/+2
| * | libvhost-user: Simplify VHOST_USER_REM_MEM_REGDavid Hildenbrand2022-02-041-16/+14Star
| * | libvhost-user: Add vu_add_mem_reg input validationRaphael Norwitz2022-02-041-0/+15
| * | libvhost-user: Add vu_rem_mem_reg input validationRaphael Norwitz2022-02-042-0/+17
| * | tests: acpi: test short OEM_ID/OEM_TABLE_ID values in test_oem_fields()Igor Mammedov2022-02-041-6/+6
| * | tests: acpi: update expected blobsIgor Mammedov2022-02-045-4/+0Star
| * | acpi: fix OEM ID/OEM Table ID paddingIgor Mammedov2022-02-041-2/+2
| * | tests: acpi: whitelist nvdimm's SSDT and FACP.slic expected blobsIgor Mammedov2022-02-041-0/+4
| * | tests: acpi: manually pad OEM_ID/OEM_TABLE_ID for test_oem_fields() testIgor Mammedov2022-02-041-9/+6Star
| * | hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth2022-02-042-2/+5
| * | cpuid: use unsigned for max cpuidMichael S. Tsirkin2022-02-043-3/+3
* | | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell2022-02-037-41/+123
|\ \ \ | |/ / |/| |
| * | python/aqmp: add socket bind step to legacy.pyJohn Snow2022-02-022-3/+41
| * | python: upgrade mypy to 0.780John Snow2022-02-022-28/+40
| * | python/machine: raise VMLaunchFailure exception from launch()John Snow2022-02-022-8/+40
| * | python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow2022-02-021-2/+2
* | | Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell2022-02-0213-274/+282
|\ \ \
| * | | hw/display/artist: Fix draw_line() artefactsSven Schnelle2022-02-021-2/+3
| * | | hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller2022-02-021-8/+34
| * | | hw/display/artist: rewrite vram access mode handlingSven Schnelle2022-02-022-258/+166Star
| * | | hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-028-4/+76
| * | | hw/hppa: Allow up to 16 emulated CPUsHelge Deller2022-02-021-2/+3
| * | | seabios-hppa: Update SeaBIOS-hppa to VERSION 3Helge Deller2022-02-022-0/+0
* | | | Merge remote-tracking branch 'remotes/bsdimp/tags/bsd-user-fix-pull-request' ...Peter Maydell2022-02-022-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026Warner Losh2022-02-012-0/+10
* | | | Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2022-02-0110-34/+118
|\ \ \ \ | |/ / / |/| | |