summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-161-16/+1Star
* Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson2021-10-158-52/+63
|\
| * qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-153-15/+19
| * virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf2021-10-151-33/+19Star
| * virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-8/+18
| * qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-152-3/+6
| * softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde2021-10-151-1/+2
| * qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-154-3/+4
| * net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+6
* | Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson2021-10-151-1/+11
|\ \ | |/ |/|
| * s390x/ipl: check kernel command line sizeMarc Hartmayer2021-10-131-1/+11
* | kconfig: split CONFIG_SPARSE_MEM from fuzzingPaolo Bonzini2021-10-142-1/+4
* | Revert "hw/misc: applesmc: use host osk as default on macs"Paolo Bonzini2021-10-131-191/+1Star
* | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-132-4/+32
* | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-132-2/+5
* | hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2021-10-132-4/+4
* | target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-131-1/+1
* | target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé2021-10-131-1/+1
|/
* aspeed/smc: Dump address offset in trace eventsCédric Le Goater2021-10-121-3/+3
* aspeed/wdt: Add trace eventsCédric Le Goater2021-10-122-0/+9
* hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-122-0/+22
* hw/adc: Add basic Aspeed ADC modelAndrew Jeffery2021-10-123-0/+431
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-47/+33Star
* hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas2021-10-121-4/+4
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-122-23/+85
* aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2021-10-121-7/+12
* aspeed/smc: Add default reset valuesCédric Le Goater2021-10-121-25/+27
* aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2021-10-121-8/+68
* aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2021-10-121-15/+15
* aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2021-10-122-6/+6
* aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-6/+5Star
* aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-123-387/+482
* aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater2021-10-121-15/+10Star
* aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater2021-10-121-52/+45Star
* aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater2021-10-121-1/+18
* q800: wire macfb IRQ to separate video interrupt on VIA2Mark Cave-Ayland2021-10-081-2/+5
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+83
* macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland2021-10-081-4/+4
* macfb: fix up 1-bit pixel encodingMark Cave-Ayland2021-10-081-1/+3
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-083-20/+141
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-082-1/+11
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-082-2/+117
* macfb: add trace events for reading and writing the control registersMark Cave-Ayland2021-10-082-1/+11
* macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland2021-10-081-3/+2Star
* macfb: fix overflow of color_palette arrayMark Cave-Ayland2021-10-081-1/+3
* macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland2021-10-081-1/+1
* macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland2021-10-081-8/+8
* macfb: handle errors that occur during realizeMark Cave-Ayland2021-10-081-0/+11
* hw/riscv: shakti_c: Mark as not user creatableAlistair Francis2021-10-071-0/+7
* hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng2021-10-071-2/+9