summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell2022-07-181-5/+9
| * | target/arm: Define and use new regime_tcr_value() functionPeter Maydell2022-07-184-8/+14
| * | linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson2022-07-182-4/+16
| * | target/arm: Fix aarch64_sve_change_el for SMERichard Henderson2022-07-181-6/+25
| * | target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson2022-07-181-2/+8
| * | hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held highPeter Maydell2022-07-181-1/+8
| |/
* | Merge tag 'qga-win32-pull-2022-07-18' of github.com:kostyanf14/qemu into stagingPeter Maydell2022-07-181-1/+1
|\ \ | |/ |/|
| * MAINTAINERS: Add myself as Guest Agent co-maintainerKonstantin Kostiuk2022-07-181-1/+1
|/
* Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Peter Maydell2022-07-156-26/+277
|\
| * hw/nvme: Use ioeventfd to handle doorbell updatesJinhao Fan2022-07-152-1/+117
| * nvme: Fix misleading macro when mixed with ternary operatorDarren Kenny2022-07-151-22/+22
| * hw/nvme: force nvme-ns param 'shared' to false if no nvme-subsys nodeNiklas Cassel2022-07-151-0/+2
| * hw/nvme: fix example serial in documentationNiklas Cassel2022-07-151-2/+2
| * hw/nvme: Add trace events for shadow doorbell bufferJinhao Fan2022-07-152-0/+10
| * hw/nvme: Implement shadow doorbell buffer supportJinhao Fan2022-07-153-1/+124
* | Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell2022-07-1520-57/+764
|\ \
| * | aspeed: Add fby35-bmc slot GPIO'sPeter Delevoryas2022-07-141-1/+13
| * | hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas2022-07-142-8/+9
| * | qtest/aspeed_gpio: Add input pin modification testPeter Delevoryas2022-07-141-0/+27
| * | hw: m25p80: add tests for BP and TB bit write protectIris Chen2022-07-141-0/+111
| * | hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen2022-07-141-12/+90
| * | test/avocado/machine_aspeed.py: Add SDK testsCédric Le Goater2022-07-141-0/+68
| * | docs: aspeed: Minor updatesCédric Le Goater2022-07-141-4/+10
| * | docs: aspeed: Add fby35 multi-SoC machine sectionPeter Delevoryas2022-07-141-0/+48
| * | aspeed: Add AST1030 (BIC) to fby35Peter Delevoryas2022-07-141-1/+26
| * | aspeed: fby35: Add a bootrom for the BMCCédric Le Goater2022-07-141-0/+83
| * | aspeed: Add AST2600 (BMC) to fby35Peter Delevoryas2022-07-141-0/+41
| * | aspeed: Add fby35 skeletonPeter Delevoryas2022-07-143-1/+42
| * | aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas2022-07-142-1/+3
| * | aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas2022-07-145-24/+71
| * | aspeed: Create SRAM name from first CPU indexPeter Delevoryas2022-07-143-5/+10
| * | hw/sensor: Add Renesas ISL69259 device modelPeter Delevoryas2022-07-141-0/+28
| * | hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas2022-07-142-0/+17
| * | hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2022-07-142-0/+16
| * | aspeed: sbc: Allow per-machine settingsJoel Stanley2022-07-142-2/+53
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-1426-114/+349
|\ \ \ | |_|/ |/| |
| * | pc-bios/s390-ccw: add -Wno-array-boundsPaolo Bonzini2022-07-131-0/+1
| * | q800: add default vendor and product information for scsi-cd devicesMark Cave-Ayland2022-07-131-0/+3
| * | q800: add default vendor and product information for scsi-hd devicesMark Cave-Ayland2022-07-131-0/+3
| * | scsi-disk: allow MODE SELECT block descriptor to set the block sizeMark Cave-Ayland2022-07-132-0/+7
| * | scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ...Mark Cave-Ayland2022-07-131-0/+4
| * | q800: implement compat_props to enable quirk_mode_page_truncated for scsi-cd ...Mark Cave-Ayland2022-07-131-0/+1
| * | scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland2022-07-133-1/+8
| * | scsi-disk: add FORMAT UNIT commandMark Cave-Ayland2022-07-132-0/+5
| * | q800: implement compat_props to enable quirk_mode_page_vendor_specific_apple ...Mark Cave-Ayland2022-07-131-0/+2
| * | scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland2022-07-133-2/+30
| * | q800: implement compat_props to enable quirk_mode_sense_rom_use_dbd for scsi-...Mark Cave-Ayland2022-07-131-0/+1
| * | scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland2022-07-132-4/+24
| * | q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-...Mark Cave-Ayland2022-07-131-0/+6
| * | scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland2022-07-133-0/+21