aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Replace 'is_write' boolean by its valuePhilippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT casesPhilippe Mathieu-Daudé
2021-07-08hw/misc/auxbus: Fix MOT/classic I2C modePhilippe Mathieu-Daudé
2021-07-08hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/i2c/ppc4xx_i2c: Add reference to datasheetPhilippe Mathieu-Daudé
2021-07-08hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen
2021-07-07hw/s390x: only build tod-tcg from the CONFIG_TCG buildCho, Yu-Chen
2021-07-07hw/s390x: tod: make explicit checks for accelerators when initializingCho, Yu-Chen
2021-07-07hw/s390x: rename tod-qemu.c to tod-tcg.cCho, Yu-Chen
2021-07-06vmbus: Don't make QOM property registration conditionalEduardo Habkost
2021-07-06block: Add backend_defaults propertyAkihiko Odaki
2021-07-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-06machine: add smp compound propertyPaolo Bonzini
2021-07-06configure, meson: convert virgl detection to mesonPaolo Bonzini
2021-07-05Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210705' int...Peter Maydell
2021-07-059pfs: reduce latency of TwalkChristian Schoenebeck
2021-07-059pfs: drop root_qidChristian Schoenebeck
2021-07-059pfs: replace not_same_qid() by same_stat_id()Christian Schoenebeck
2021-07-059pfs: drop fid_to_qid()Christian Schoenebeck
2021-07-059pfs: capture root statChristian Schoenebeck
2021-07-059pfs: fix not_same_qid()Christian Schoenebeck
2021-07-059pfs: simplify v9fs_walk()Christian Schoenebeck
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck
2021-07-05Merge remote-tracking branch 'remotes/marcel/tags/pvrdma-04-07-2021-v2' into ...Peter Maydell
2021-07-04pvrdma: Fix the ring init error flow (CVE-2021-3608)Marcel Apfelbaum
2021-07-04pvrdma: Ensure correct input on ring init (CVE-2021-3607)Marcel Apfelbaum
2021-07-04hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)Marcel Apfelbaum
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell
2021-07-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210702'...Peter Maydell
2021-07-03acpi/ged: fix reset causeGerd Hoffmann
2021-07-03acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov
2021-07-03migration: failover: reset partially_hotpluggedLaurent Vivier
2021-07-03virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko
2021-07-03virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko
2021-07-03virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko
2021-07-03hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH fieldPhilippe Mathieu-Daudé
2021-07-02hw/mips/jazz: Map the UART devices unconditionallyPhilippe Mathieu-Daudé
2021-07-02hw/mips/jazz: specify correct endian for dp8393x deviceMark Cave-Ayland
2021-07-02hw/m68k/q800: fix PROM checksum and MAC address storageMark Cave-Ayland
2021-07-02dp8393x: remove onboard PROM containing MAC address and checksumMark Cave-Ayland
2021-07-02hw/m68k/q800: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland
2021-07-02hw/mips/jazz: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland