Skip to content
Snippets Groups Projects
  1. Dec 18, 2020
    • Alexander Bulekov's avatar
      fuzz: fix the generic-fuzz-floppy config · d61368d1
      Alexander Bulekov authored
      
      On the pc-i440fx machine, the floppy drive relies on the i8257 DMA
      controller. Add this device to the floppy fuzzer config, and silence the
      warning about a missing format specifier for the null-co:// drive.
      
      Signed-off-by: default avatarAlexander Bulekov <alxndr@bu.edu>
      Message-Id: <20201216203328.41112-1-alxndr@bu.edu>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      d61368d1
    • Alexander Bulekov's avatar
      fuzz: Add more i386 configurations for fuzzing · cbe945c7
      Alexander Bulekov authored
      
      This adds configurations for fuzzing the following devices on oss-fuzz:
      
      * vmxnet3
      CC: Dmitry Fleytman <dmitry.fleytman@gmail.com>
      * ne2k
      * pcnet
      * rtl8139
      CC: Jason Wang <jasowang@redhat.com>
      * eepro100
      CC: Stefan Weil <sw@weilnetz.de>
      * sdhci
      CC: Philippe Mathieu-Daudé <f4bug@amsat.org>
      * ehci
      * ohci
      * ac97
      * cs4231a
      * es1370
      * sb16
      CC: Gerd Hoffmann <kraxel@redhat.com>
      * megasas
      CC: Hannes Reinecke <hare@suse.com>
      * parallel
      CC: Michael S. Tsirkin <mst@redhat.com>
      CC: Paolo Bonzini <pbonzini@redhat.com>
      
      Signed-off-by: default avatarAlexander Bulekov <alxndr@bu.edu>
      Message-Id: <20201123184352.242907-1-alxndr@bu.edu>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      cbe945c7
  2. Dec 17, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging · 75ee62ac
      Peter Maydell authored
      
      x86 queue, 2020-12-17
      
      Features:
      * AVX512_FP16 feature (Cathy Zhang)
      
      Cleanups:
      * accel code cleanup (Claudio Fontana)
      * hyperv initialization cleanup (Vitaly Kuznetsov)
      
      # gpg: Signature made Thu 17 Dec 2020 18:44:45 GMT
      # gpg:                using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
      # gpg:                issuer "ehabkost@redhat.com"
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * remotes/ehabkost-gl/tags/x86-next-pull-request:
        cpu: Remove unnecessary noop methods
        tcg: Make CPUClass.debug_excp_handler optional
        tcg: make CPUClass.cpu_exec_* optional
        tcg: cpu_exec_{enter,exit} helpers
        i386: tcg: remove inline from cpu_load_eflags
        i386: move TCG cpu class initialization to tcg/
        x86/cpu: Add AVX512_FP16 cpu feature
        i386: move hyperv_limits initialization to x86_cpu_realizefn()
        i386: move hyperv_version_id initialization to x86_cpu_realizefn()
        i386: move hyperv_interface_id initialization to x86_cpu_realizefn()
        i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
        i386: move cpu dump out of helper.c into cpu-dump.c
        i386: move TCG accel files into tcg/
        i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
        i386: move hax accel files into hax/
        i386: move whpx accel files into whpx/
        i386: move kvm accel files into kvm/
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      75ee62ac
  3. Dec 16, 2020
  4. Dec 15, 2020
Loading