summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé2020-10-011-0/+2
* hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUsPeter Maydell2020-10-011-0/+42
* target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell2020-10-011-2/+2
* hw/net/can: Correct Kconfig dependenciesPavel Pisa2020-09-301-4/+3Star
* hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat2020-09-305-0/+1117
* hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2020-09-302-0/+1160
* hw/net/can: sja1000 ignore CAN FD framesJan Charvat2020-09-301-6/+23
* net/can: Initial host SocketCan support for CAN FD.Jan Charvat2020-09-301-0/+2
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-305-6/+16
* hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-302-1/+2
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-302-4/+4
* hw/i386/q35: Remove unreachable Xen code on Q35 machinePhilippe Mathieu-Daudé2020-09-301-11/+2Star
* hw: megasas: consider 'iov_count=0' is an error in megasas_map_sglLi Qiang2020-09-301-1/+1
* hw: megasas: return -1 when 'megasas_map_sgl' failsLi Qiang2020-09-301-2/+2
* scsi-generic: Fix HM-zoned device scanDmitry Fomichev2020-09-301-4/+6
* hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial objectPhilippe Mathieu-Daudé2020-09-302-3/+4
* hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé2020-09-302-1/+2
* hw/char/serial: Rename I/O read/write trace eventsPhilippe Mathieu-Daudé2020-09-302-4/+4
* hw/char/serial: Remove old DEBUG_SERIAL commented codePhilippe Mathieu-Daudé2020-09-301-11/+0Star
* hw/char/serial: Replace commented DPRINTF() by trace eventPhilippe Mathieu-Daudé2020-09-302-3/+2Star
* hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytesPhilippe Mathieu-Daudé2020-09-301-2/+2
* hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé2020-09-301-41/+0Star
* hw/mips/mipssim: Use MMIO serial device on fake ISA I/OPhilippe Mathieu-Daudé2020-09-301-2/+3
* numa: remove fixup numa_state->num_nodes to MAX_NODESIgor Mammedov2020-09-301-4/+0Star
* numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-305-59/+0Star
* acpi: i386: Move VMBus DSDT entry to SBJon Doron2020-09-301-5/+7
* vhost-scsi: support inflight io trackLi Feng2020-09-301-0/+27
* qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé2020-09-292-2/+2
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-293-3/+3
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-292-0/+2
* qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-292-1/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...Peter Maydell2020-09-296-13/+52
|\
| * ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio...Gerd Hoffmann2020-09-291-1/+3
| * virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann2020-09-291-0/+19
| * virtio-gpu: set physical dimensions for EDIDMarc-André Lureau2020-09-292-0/+4
| * edid: use physical dimensions if availableMarc-André Lureau2020-09-291-11/+25
| * edid: fix physical display size computationMarc-André Lureau2020-09-291-2/+2
| * virtio-gpu-3d: fix abnormal display after a warm rebootGuoqing Zhang2020-09-291-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-09-2932-169/+749
|\ \
| * | hw: virtio-pmem: detach the element fromt the virtqueue when error occursLi Qiang2020-09-291-0/+1
| * | piix4: don't reserve hw resources when hotplug is off globallyAni Sinha2020-09-292-9/+22
| * | i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha2020-09-291-6/+6
| * | Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha2020-09-291-0/+15
| * | hw/smbios: report error if table size is too largeDaniel P. Berrangé2020-09-291-0/+14
| * | hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé2020-09-291-13/+58
| * | x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov2020-09-291-27/+138
| * | x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov2020-09-291-1/+28
| * | x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov2020-09-291-0/+6