summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-05-253-397/+371Star
|\
| * ide_ioport_read: Return lower octet of data register instead of 0xFFLev Kujawski2022-05-252-2/+8
| * hw/audio/ac97: Remove unneeded local variablesBALATON Zoltan2022-05-251-53/+49Star
| * hw/audio/ac97: Remove unimplemented reset functionsBALATON Zoltan2022-05-251-16/+1Star
| * hw/audio/ac97: Coding style fixes to avoid checkpatch errorsBALATON Zoltan2022-05-251-373/+360Star
* | Merge tag 'pull-aspeed-20220525' of https://github.com/legoater/qemu into sta...Richard Henderson2022-05-257-42/+420
|\ \
| * | hw/arm/aspeed: Add i2c devices for AST2600 EVBHoward Chiu2022-05-251-2/+9
| * | hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin2022-05-251-4/+4
| * | hw/gpio support GPIO index mode for write operation.Jamin Lin2022-05-251-0/+168
| * | hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2022-05-252-0/+38
| * | hw/gpio Add GPIO read/write trace event.Jamin Lin2022-05-252-15/+43
| * | hw: aspeed: Init all UART's with serial devicesPeter Delevoryas2022-05-251-0/+9
| * | hw: aspeed: Introduce common UART init functionPeter Delevoryas2022-05-253-14/+16
| * | hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas2022-05-251-3/+3
| * | hw: aspeed: Add uarts_num SoC attributePeter Delevoryas2022-05-253-0/+4
| * | hw: aspeed: Add missing UART'sPeter Delevoryas2022-05-253-0/+49
| * | aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater2022-05-253-7/+16
| * | hw: m25p80: allow write_enable latch get/setIris Chen2022-05-251-0/+1
| * | hw/arm/aspeed: Add fby35 machine typePeter Delevoryas2022-05-251-0/+63
| |/
* | hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng2022-05-241-0/+15
* | hw/core: Sync uboot_image.h from U-Boot v2022.01Bin Meng2022-05-241-71/+142
* | hw/riscv: virt: Fix interrupt parent for dynamic platform devicesAnup Patel2022-05-241-13/+12Star
* | hw/riscv/sifive_u: Resolve redundant property accessorsBernhard Beschow2022-05-241-20/+4Star
* | hw/vfio/pci-quirks: Resolve redundant property gettersBernhard Beschow2022-05-241-25/+9Star
* | hw/riscv: Make CPU config error handling generous (sifive_e/u/opentitan)Tsukasa OI2022-05-243-4/+4
* | hw/riscv: Make CPU config error handling generous (virt/spike)Tsukasa OI2022-05-242-2/+2
* | hw/intc: Pass correct hartid while updating mtimecmpAtish Patra2022-05-241-1/+2
|/
* target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson2022-05-191-1/+1
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-1923-29/+29
* hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell2022-05-191-2/+0Star
* hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell2022-05-191-1/+1
* hw/adc/zynq-xadc: Use qemu_irq typedefPhilippe Mathieu-Daudé2022-05-191-2/+2
* hw/intc/arm_gicv3: Provide ich_num_aprs()Peter Maydell2022-05-191-6/+10
* hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2022-05-193-5/+19
* hw/intc/arm_gicv3: Support configurable number of physical priority bitsPeter Maydell2022-05-191-54/+128
* hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constantPeter Maydell2022-05-191-3/+13
* hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1Peter Maydell2022-05-191-1/+1
* hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parametersPeter Maydell2022-05-191-5/+13
* Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...Richard Henderson2022-05-181-43/+125
|\
| * artist: Fix X cursor position calculation in X11Helge Deller2022-05-161-16/+22
| * artist: Emulate screen blankingHelge Deller2022-05-161-0/+30
| * artist: Allow to turn cursor on or offHelge Deller2022-05-161-0/+14
| * artist: Fix vertical X11 cursor position in HP-UXHelge Deller2022-05-161-5/+9
| * artist: Use human-readable variable names instead of reg_xxxHelge Deller2022-05-161-23/+49
| * artist: Introduce constant for max cursor sizeHelge Deller2022-05-161-4/+6
* | tulip: Assign default MAC address if not specifiedHelge Deller2022-05-171-2/+2
* | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-05-1789-536/+3211
|\ \
| * | virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu2022-05-161-0/+13
| * | vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu2022-05-161-8/+15
| * | vhost-vdpa: backend feature should set only onceSi-Wei Liu2022-05-161-1/+1