summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state()Greg Kurz2020-08-131-2/+2
* spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()Greg Kurz2020-08-131-1/+1
* ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz2020-08-131-0/+1
* ppc/xive: Rework setup of XiveSource::esb_mmioGreg Kurz2020-08-131-0/+6
* hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE...Peter Maydell2020-08-031-1/+3
* include/hw/irq.h: New function qemu_irq_is_connected()Peter Maydell2020-08-031-0/+18
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-271-0/+1
* hw/pci-host: save/restore pci host config registerHogan Wang2020-07-271-0/+1
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-07-231-0/+1
|\
| * goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke2020-07-221-0/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-232-10/+12
|\ \
| * | virtio: list legacy-capable devicesCornelia Huck2020-07-221-0/+2
| * | virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck2020-07-221-10/+10
| |/
* | hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé2020-07-211-1/+3
* | hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé2020-07-211-1/+3
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720'...Peter Maydell2020-07-203-2/+279
|\
| * qdev: Document GPIO related functionsPeter Maydell2020-07-201-2/+189
| * qdev: Document qdev_unrealize()Peter Maydell2020-07-201-0/+19
| * qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell2020-07-202-0/+70
| * hw/arm/virt: Enable MTE via a machine propertyRichard Henderson2020-07-201-0/+1
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200720' into...Peter Maydell2020-07-202-0/+2
|\ \ | |/ |/|
| * spapr: Add a new level of NUMA for GPUsReza Arbab2020-07-202-0/+2
* | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell2020-07-202-4/+52
|\ \ | |/ |/|
| * hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé2020-07-161-0/+48
| * hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
| * hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2020-07-161-1/+1
| * hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2020-07-161-1/+1
| * hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2020-07-161-1/+1
* | cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-151-0/+16
* | hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis2020-07-141-41/+35Star
* | hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis2020-07-141-0/+3
* | riscv: Add opensbi firmware dynamic supportAtish Patra2020-07-142-1/+62
* | RISC-V: Copy the fdt in dram instead of ROMAtish Patra2020-07-141-1/+3
* | riscv: Unify Qemu's reset vector code pathAtish Patra2020-07-141-0/+2
* | Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois2020-07-131-0/+1
* | Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois2020-07-131-0/+1
* | Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois2020-07-131-0/+1
* | hw/arm/bcm2836: Remove unused 'cpu_type' fieldPhilippe Mathieu-Daudé2020-07-131-1/+0Star
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell2020-07-113-0/+233
|\ \
| * | hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik2020-07-111-0/+46
| * | hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik2020-07-111-0/+94
| * | hw/char: avr: Add limited support for USART peripheralMichael Rolnik2020-07-111-0/+93
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-07-112-37/+1Star
|\ \
| * | apic: Report current_count via 'info lapic'Jan Kiszka2020-07-111-0/+1
| * | cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-111-37/+0Star
| |/
* | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell2020-07-111-0/+1
|\ \ | |/ |/|
| * xen: cleanup unrealized flash devicesPaul Durrant2020-07-101-0/+1
* | qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-2/+2
* | qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell2020-07-091-0/+43
|\