aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-06-30ati-vga: Add dummy MEM_SDRAM_MODE_REGBALATON Zoltan3-0/+7
2020-06-30ati-vga: Do not assert on errorBALATON Zoltan1-1/+1
2020-06-30ati-vga: Support unaligned access to hardware cursor registersBALATON Zoltan1-29/+58
2020-06-30sm501: Fix and optimize overlap checkBALATON Zoltan1-10/+16
2020-06-30sm501: Convert debug printfs to tracesBALATON Zoltan2-37/+25
2020-06-30sm501: Do not allow guest to set invalid formatBALATON Zoltan1-0/+3
2020-06-30sm501: Use stn_he_p/ldn_he_p instead of switch/caseBALATON Zoltan1-11/+1
2020-06-30sm501: Optimise 1 pixel 2d opsBALATON Zoltan1-3/+16
2020-06-30sm501: Introduce variable for commonly used value for better readabilityBALATON Zoltan1-20/+21
2020-06-30sm501: Ignore no-op blitsBALATON Zoltan1-0/+5
2020-06-30sm501: Drop unneded variableBALATON Zoltan1-3/+2
2020-06-30sm501: Fix bounds checksBALATON Zoltan1-4/+4
2020-06-29hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé1-0/+1
2020-06-27hw/intc: Add Loongson LIOINTC supportHuacai Chen3-0/+246
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell5-77/+262
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell13-28/+43
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini1-1/+1
2020-06-26vmport: move compat properties to hw_compat_5_0Paolo Bonzini1-4/+4
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron2-5/+2
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov6-3/+11
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake1-1/+1
2020-06-26xen: Actually fix build without passthroughAnthony PERARD1-1/+1
2020-06-26hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth1-13/+23
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson1-2/+53
2020-06-26hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé1-0/+6
2020-06-26hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé2-0/+16
2020-06-26hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé1-4/+9
2020-06-26hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé2-0/+42
2020-06-26hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé1-0/+18
2020-06-26hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé1-18/+48
2020-06-26hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé1-40/+40
2020-06-26hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé1-5/+5
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé1-2/+16
2020-06-26hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé1-4/+7
2020-06-26hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé1-10/+10
2020-06-26hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé1-3/+3
2020-06-26Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell9-273/+594
2020-06-26adb: add ADB bus trace eventsMark Cave-Ayland2-1/+27
2020-06-26adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland3-22/+22
2020-06-26adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2-7/+6
2020-06-26mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2-119/+259
2020-06-26mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland1-14/+10
2020-06-26pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+3
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+5
2020-06-26adb: add autopoll_blocked variable to block autopollMark Cave-Ayland1-0/+21
2020-06-26adb: use adb_request() only for explicit requestsMark Cave-Ayland1-2/+8
2020-06-26adb: add status field for holding information about the last ADB requestMark Cave-Ayland1-3/+11
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland1-1/+15
2020-06-26adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2-0/+17
2020-06-26mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-12/+10