summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* ide: introduce ide_transfer_start_norecursePaolo Bonzini2018-06-082-23/+35
* atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini2018-06-081-2/+2
* ide: make ide_transfer_stop idempotentPaolo Bonzini2018-06-081-10/+4Star
* ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini2018-06-081-7/+4Star
* ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini2018-06-083-11/+12
* ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow2018-06-081-11/+5Star
* ahci: make ahci_mem_write traces more descriptiveJohn Snow2018-06-082-2/+17
* ahci: delete old host register address definitionsJohn Snow2018-06-081-6/+0Star
* ahci: adjust ahci_mem_write to work on registersJohn Snow2018-06-081-6/+9
* ahci: fix spacing damage on ahci_mem_writeJohn Snow2018-06-081-24/+23Star
* ahci: make mem_read_32 traces more descriptiveJohn Snow2018-06-082-2/+8
* ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow2018-06-081-6/+11
* ahci: fix host register max addressJohn Snow2018-06-081-2/+1Star
* ahci: add host register enumerationJohn Snow2018-06-082-0/+30
* ahci: delete old port register address definitionsJohn Snow2018-06-081-18/+0Star
* ahci: make port write traces more descriptiveJohn Snow2018-06-082-2/+9
* ahci: modify ahci_port_write to use register numbersJohn Snow2018-06-081-15/+17
* ahci: combine identical clauses in port writeJohn Snow2018-06-081-4/+0Star
* ahci: fix spacing damage on ahci_port_writeJohn Snow2018-06-081-73/+73
* ahci: make port read traces more descriptiveJohn Snow2018-06-082-3/+5
* ahci: modify ahci_port_read to use register numbersJohn Snow2018-06-081-19/+19
* ahci: add port register enumerationJohn Snow2018-06-082-0/+54
* ahci: don't schedule unnecessary BHJohn Snow2018-06-081-2/+1Star
* ahci: fix PxCI register raceJohn Snow2018-06-081-7/+6Star
* ahci: trim signatures on raise/lowerJohn Snow2018-06-081-4/+4
* sdcard: Disable CMD19/CMD23 for Spec v2Philippe Mathieu-Daudé2018-06-081-0/+6
* sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2018-06-081-2/+5
* sdcard: Disable SEND_IF_COND (CMD8) for Spec v1Philippe Mathieu-Daudé2018-06-081-1/+3
* sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé2018-06-081-3/+20
* sdcard: Allow commands valid in SPI modePhilippe Mathieu-Daudé2018-06-081-14/+0Star
* sdcard: Update the Configuration Register (SCR) to Spec Version 1.10Philippe Mathieu-Daudé2018-06-081-2/+2
* stellaris: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-5/+6
* hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-4/+4
* hw/core/register: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* ppc/pnv: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* xilinx-dp: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+3
* hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-082-4/+4
* hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* hw/i2c: Add trace eventsPhilippe Mathieu-Daudé2018-06-082-7/+25
* hw/arm: Remove the deprecated xlnx-ep108 machineThomas Huth2018-06-081-60/+2Star
* ftgmac100: remove check on runt messagesCédric Le Goater2018-06-081-6/+0Star
* ftgmac100: fix multicast hash routineCédric Le Goater2018-06-081-2/+2
* ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater2018-06-081-1/+30
* ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater2018-06-081-11/+12
* aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater2018-06-081-0/+4
* misc: add pca9552 LED blinker modelCédric Le Goater2018-06-082-0/+241
* aspeed: Add EEPROM I2C devicesCédric Le Goater2018-06-081-0/+13
* smbus: add a smbus_eeprom_init_one() routineCédric Le Goater2018-06-081-5/+11
* aspeed: add an I2C RTC device to all machinesCédric Le Goater2018-06-081-0/+19
* aspeed: add support for the witherspoon-bmc boardCédric Le Goater2018-06-081-0/+49