aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao1-0/+18
2022-03-08hw/i2c: pmbus: refactor uint handlingTitus Rwantare1-9/+9
2022-03-08hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare1-0/+5
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare1-4/+43
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare1-0/+24
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell13-14/+106
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell11-68/+361
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson1-0/+7
2022-03-07hw/intc/arm_gicv3_cpuif: Fix register names in ICV_HPPIR read trace eventPeter Maydell1-1/+2
2022-03-07hw/intc/arm_gicv3: Fix missing spaces in error log messagesPeter Maydell2-4/+4
2022-03-07hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOpsPeter Maydell1-0/+8
2022-03-07hw/intc/arm_gicv3_its: Add trace events for table reads and writesPeter Maydell2-6/+40
2022-03-07hw/intc/arm_gicv3_its: Add trace events for commandsPeter Maydell2-2/+38
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell7-1/+7
2022-03-079pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker()Christian Schoenebeck1-2/+2
2022-03-079pfs/9p-util.h: convert Doxygen -> kerneldoc formatChristian Schoenebeck1-5/+5
2022-03-079pfs/9p.c: convert Doxygen -> kerneldoc formatChristian Schoenebeck1-27/+35
2022-03-079pfs/codir.c: convert Doxygen -> kerneldoc formatChristian Schoenebeck1-15/+15
2022-03-079pfs/9p.h: convert Doxygen -> kerneldoc formatChristian Schoenebeck1-6/+6
2022-03-079pfs: drop Doxygen format from qemu_dirent_dup() API commentChristian Schoenebeck1-2/+2
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck1-0/+30
2022-03-079p: darwin: Implement compatibility for mknodatKeno Fischer4-2/+52
2022-03-079p: darwin: Compatibility for f/l*xattrKeno Fischer2-4/+25
2022-03-079p: darwin: *xattr_nofollow implementationsKeno Fischer2-0/+65
2022-03-079p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAXKeno Fischer2-1/+19
2022-03-079p: darwin: Ignore O_{NOATIME, DIRECT}Keno Fischer2-1/+16
2022-03-079p: darwin: Handle struct dirent differencesKeno Fischer6-4/+52
2022-03-079p: darwin: Handle struct stat(fs) differencesKeno Fischer3-4/+36
2022-03-079p: Rename 9p-util -> 9p-util-linuxKeno Fischer2-2/+2
2022-03-079p: linux: Fix a couple Linux assumptionsKeno Fischer2-0/+6
2022-03-07ide: Increment BB in-flight counter for TRIM BHHanna Reitz1-0/+7
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2-2/+2
2022-03-04Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...Peter Maydell9-209/+230
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2-2/+2
2022-03-04Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell6-159/+687
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis2-12/+21
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki1-34/+32
2022-03-04hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-04hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell1-3/+14
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan1-33/+38
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan1-9/+4
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan1-104/+101
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan1-8/+4
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2-8/+8
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker RĂ¼melin1-2/+2
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev1-1/+1
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell6-116/+1048
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell4-70/+32
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar6-85/+554