aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow1-11/+5
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow2-2/+17
2018-06-08ahci: delete old host register address definitionsJohn Snow1-6/+0
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow1-6/+9
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow1-24/+23
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow2-2/+8
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow1-6/+11
2018-06-08ahci: fix host register max addressJohn Snow1-2/+1
2018-06-08ahci: add host register enumerationJohn Snow2-0/+30
2018-06-08ahci: delete old port register address definitionsJohn Snow1-18/+0
2018-06-08ahci: make port write traces more descriptiveJohn Snow2-2/+9
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow1-15/+17
2018-06-08ahci: combine identical clauses in port writeJohn Snow1-4/+0
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow1-73/+73
2018-06-08ahci: make port read traces more descriptiveJohn Snow2-3/+5
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow1-19/+19
2018-06-08ahci: add port register enumerationJohn Snow2-0/+54
2018-06-08ahci: don't schedule unnecessary BHJohn Snow1-2/+1
2018-06-08ahci: fix PxCI register raceJohn Snow1-7/+6
2018-06-08ahci: trim signatures on raise/lowerJohn Snow1-4/+4
2018-06-08sdcard: Disable CMD19/CMD23 for Spec v2Philippe Mathieu-Daudé1-0/+6
2018-06-08sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé1-2/+5
2018-06-08sdcard: Disable SEND_IF_COND (CMD8) for Spec v1Philippe Mathieu-Daudé1-1/+3
2018-06-08sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé1-3/+20
2018-06-08sdcard: Allow commands valid in SPI modePhilippe Mathieu-Daudé1-14/+0
2018-06-08sdcard: Update the Configuration Register (SCR) to Spec Version 1.10Philippe Mathieu-Daudé1-2/+2
2018-06-08stellaris: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-5/+6
2018-06-08hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-4/+4
2018-06-08hw/core/register: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé1-1/+1
2018-06-08ppc/pnv: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-06-08xilinx-dp: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé1-1/+3
2018-06-08hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2-4/+4
2018-06-08hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé1-1/+1
2018-06-08hw/i2c: Add trace eventsPhilippe Mathieu-Daudé2-7/+25
2018-06-08hw/arm: Remove the deprecated xlnx-ep108 machineThomas Huth1-60/+2
2018-06-08ftgmac100: remove check on runt messagesCédric Le Goater1-6/+0
2018-06-08ftgmac100: fix multicast hash routineCédric Le Goater1-2/+2
2018-06-08ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater1-1/+30
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater1-11/+12
2018-06-08aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater1-0/+4
2018-06-08misc: add pca9552 LED blinker modelCédric Le Goater2-0/+241
2018-06-08aspeed: Add EEPROM I2C devicesCédric Le Goater1-0/+13
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater1-5/+11
2018-06-08aspeed: add an I2C RTC device to all machinesCédric Le Goater1-0/+19
2018-06-08aspeed: add support for the witherspoon-bmc boardCédric Le Goater1-0/+49
2018-06-08aspeed: remove ignore_memory_transaction_failures on all boardsCédric Le Goater1-3/+0
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2-0/+117
2018-06-079p: xattr: Properly translate xattrcreate flagsKeno Fischer2-2/+19
2018-06-079p: Properly check/translate flags in unlinkatKeno Fischer2-9/+12
2018-06-079p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer1-17/+23