Age | Commit message (Expand) | Author | Files | Lines |
2019-11-21 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingHEADmaster | Peter Maydell | 4 | -1/+796 |
2019-11-21 | i386: Add -noTSX aliases for hle=off, rtm=off CPU models | Eduardo Habkost | 1 | -0/+5 |
2019-11-21 | i386: Add new versions of Skylake/Cascadelake/Icelake without TSX | Eduardo Habkost | 1 | -0/+47 |
2019-11-21 | target/i386: add support for MSR_IA32_TSX_CTRL | Paolo Bonzini | 4 | -1/+39 |
2019-11-21 | target/i386: add VMX features to named CPU models | Paolo Bonzini | 1 | -0/+705 |
2019-11-21 | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20191121-pull-request... | Peter Maydell | 4 | -3/+10 |
2019-11-21 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-rc3-testing-and-tcg-2... | Peter Maydell | 7 | -12/+30 |
2019-11-21 | ui/gtk: fix gettext message's charset. | yanminhui | 2 | -1/+2 |
2019-11-21 | display: xlnx_dp: Provide sufficient bytes for silent audio channel | Sai Pavan Boddu | 1 | -2/+7 |
2019-11-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -4/+4 |
2019-11-20 | tests/tcg: modify multiarch tests to work with clang | Taylor Simpson | 2 | -3/+5 |
2019-11-20 | .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS | Alex Bennée | 1 | -1/+1 |
2019-11-20 | docs/devel: update tcg-plugins.rst with API versioning details | Alex Bennée | 1 | -6/+21 |
2019-11-20 | docs/devel: rename plugins.rst to tcg-plugins.rst | Alex Bennée | 3 | -1/+2 |
2019-11-20 | tests/vm: make --interactive (and therefore DEBUG=1) unconditional | Alex Bennée | 1 | -1/+1 |
2019-11-20 | tests: acpi: always retain dumped ACPI tables in case of error | Igor Mammedov | 1 | -1/+1 |
2019-11-20 | vhost-user-input: use free(elem) instead of g_free(elem) | Stefan Hajnoczi | 1 | -2/+2 |
2019-11-20 | libvhost-user: Zero memory allocated for VuVirtqInflightDesc | Xie Yongji | 1 | -1/+1 |
2019-11-20 | audio: fix audio recording | Volker Rümelin | 1 | -0/+1 |
2019-11-19 | Update version for v4.2.0-rc2 release | Peter Maydell | 1 | -1/+1 |
2019-11-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 16 | -59/+103 |
2019-11-19 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20191119' ... | Peter Maydell | 5 | -22/+22 |
2019-11-19 | hw/mips/gt64xxx: Remove dynamic field width from trace events | Philippe Mathieu-Daudé | 2 | -10/+10 |
2019-11-19 | hw/block/pflash: Remove dynamic field width from trace events | Philippe Mathieu-Daudé | 3 | -12/+12 |
2019-11-19 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191119'... | Peter Maydell | 8 | -81/+113 |
2019-11-19 | target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY | Richard Henderson | 2 | -43/+73 |
2019-11-19 | target/arm: Relax r13 restriction for ldrex/strex for v8.0 | Richard Henderson | 1 | -4/+8 |
2019-11-19 | target/arm: Do not reject rt == rt2 for strexd | Richard Henderson | 1 | -1/+1 |
2019-11-19 | net/cadence_gem: Set PHY autonegotiation restart status | Linus Ziegert | 1 | -4/+5 |
2019-11-19 | ssi: xilinx_spips: Skip spi bus update for a few register writes | Sai Pavan Boddu | 1 | -4/+18 |
2019-11-19 | target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller | Richard Henderson | 3 | -20/+7 |
2019-11-19 | pl031: Expose RTCICR as proper WC register | Alexander Graf | 1 | -5/+1 |
2019-11-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-11-19' in... | Peter Maydell | 1 | -5/+31 |
2019-11-19 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-11-19' into st... | Peter Maydell | 44 | -40/+606 |
2019-11-19 | mc146818rtc: fix timer interrupt reinjection again | Paolo Bonzini | 1 | -7/+9 |
2019-11-19 | Revert "mc146818rtc: fix timer interrupt reinjection" | Paolo Bonzini | 1 | -34/+33 |
2019-11-19 | scsi: deprecate scsi-disk | Paolo Bonzini | 4 | -3/+23 |
2019-11-19 | hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass | Liam Merwick | 7 | -9/+9 |
2019-11-19 | docs/microvm.rst: add instructions for shutting down the guest | Sergio Lopez | 1 | -0/+21 |
2019-11-19 | docs/microvm.rst: fix alignment in "Limitations" | Sergio Lopez | 1 | -3/+3 |
2019-11-19 | vfio: vfio-pci requires EDID | Paolo Bonzini | 1 | -0/+1 |
2019-11-19 | hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled | Thomas Huth | 1 | -2/+2 |
2019-11-19 | target/i386: Export TAA_NO bit to guests | Pawan Gupta | 1 | -1/+1 |
2019-11-19 | target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR | Paolo Bonzini | 1 | -1/+1 |
2019-11-19 | microvm: fix memory leak in microvm_fix_kernel_cmdline | Sergio Lopez | 1 | -0/+2 |
2019-11-19 | scripts: Detect git worktrees for get_maintainer.pl --git | Alexey Kardashevskiy | 1 | -1/+1 |
2019-11-19 | monitor/qmp: resume monitor when clearing its queue | Wolfgang Bumiller | 1 | -5/+31 |
2019-11-18 | tests: More iotest 223 improvements | Eric Blake | 2 | -4/+97 |
2019-11-18 | iotests: Include QMP input in .out files | Eric Blake | 23 | -0/+285 |
2019-11-18 | iotests: Switch nbd tests to use Unix rather than TCP | Eric Blake | 2 | -7/+12 |
2019-11-18 | iotests: Fix 173 | Eric Blake | 2 | -3/+7 |
2019-11-18 | MAINTAINERS: add more bitmap-related to Dirty Bitmaps section | Vladimir Sementsov-Ogievskiy | 1 | -0/+2 |
2019-11-18 | nbd: Don't send oversize strings | Eric Blake | 6 | -12/+58 |
2019-11-18 | bitmap: Enforce maximum bitmap name length | Eric Blake | 4 | -4/+14 |
2019-11-18 | nbd/server: Prefer heap over stack for parsing client names | Eric Blake | 2 | -15/+20 |
2019-11-18 | qemu-coroutine-sleep: Silence Coverity warning | Eric Blake | 1 | -0/+7 |
2019-11-18 | iotests: Test NBD client reconnection | Andrey Shinkevich | 5 | -1/+110 |
2019-11-18 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20191118.0' in... | Peter Maydell | 2 | -1/+4 |
2019-11-18 | vfio: vfio-pci requires EDID | Paolo Bonzini | 1 | -0/+1 |
2019-11-18 | vfio: don't ignore return value of migrate_add_blocker | Jens Freimann | 1 | -1/+1 |
2019-11-18 | hw/vfio/pci: Fix double free of migration_blocker | Michal Privoznik | 1 | -0/+2 |
2019-11-18 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 6 | -3/+419 |
2019-11-18 | iotests: Test multiple blockdev-snapshot calls | Kevin Wolf | 3 | -0/+414 |
2019-11-18 | block: Remove 'backing': null from bs->{explicit_,}options | Kevin Wolf | 1 | -0/+2 |
2019-11-18 | iotests: Fix "no qualified output" error path | Kevin Wolf | 1 | -1/+1 |
2019-11-18 | qemu-iotests/iotests.py: improve assert_qmp message | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2019-11-18 | Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20191118-pull-reque... | Peter Maydell | 12 | -0/+0 |
2019-11-18 | seabios: update to pre-1.13 snapshot again | Gerd Hoffmann | 12 | -0/+0 |
2019-11-18 | Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ... | Peter Maydell | 15 | -44/+185 |
2019-11-18 | mos6522: fix T1 and T2 timers | Laurent Vivier | 1 | -15/+52 |
2019-11-18 | spapr/kvm: Set default cpu model for all machine classes | David Gibson | 1 | -8/+13 |
2019-11-18 | spapr: Add /chosen to FDT only at reset time to preserve kernel and initramdisk | Alexey Kardashevskiy | 1 | -10/+15 |
2019-11-18 | ppc: Skip partially initialized vCPUs in 'info pic' | Greg Kurz | 2 | -2/+20 |
2019-11-18 | xive, xics: Fix reference counting on CPU objects | Greg Kurz | 2 | -2/+12 |
2019-11-18 | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz | 12 | -9/+75 |
2019-11-18 | buildfix: update texinfo menu | Gerd Hoffmann | 1 | -0/+1 |
2019-11-15 | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-rc2' i... | Peter Maydell | 10 | -47/+23 |
2019-11-14 | riscv/virt: Increase flash size | Alistair Francis | 1 | -1/+1 |
2019-11-14 | opensbi: Upgrade from v0.4 to v0.5 | Alistair Francis | 4 | -0/+0 |
2019-11-14 | target/riscv: Remove atomic accesses to MIP CSR | Alistair Francis | 4 | -43/+21 |
2019-11-14 | remove unnecessary ifdef TARGET_RISCV64 | hiroyuki.obinata | 1 | -3/+1 |
2019-11-14 | Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20191113-pull-reque... | Peter Maydell | 13 | -1/+1 |
2019-11-13 | seabios: update to pre-1.13 snapshot | Gerd Hoffmann | 13 | -1/+1 |
2019-11-12 | Update version for v4.2.0-rc1 release | Peter Maydell | 1 | -1/+1 |
2019-11-12 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re... | Peter Maydell | 1 | -3/+6 |
2019-11-12 | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-11-12... | Peter Maydell | 1 | -39/+38 |
2019-11-12 | linux-user: remove host stime() syscall | Laurent Vivier | 1 | -3/+5 |
2019-11-12 | linux-user: fix missing break | Laurent Vivier | 1 | -0/+1 |
2019-11-12 | target/microblaze: Plug temp leak around eval_cond_jmp() | Edgar E. Iglesias | 1 | -1/+4 |
2019-11-12 | target/microblaze: Plug temp leaks with delay slot setup | Edgar E. Iglesias | 1 | -12/+14 |
2019-11-12 | target/microblaze: Plug temp leaks for loads/stores | Edgar E. Iglesias | 1 | -26/+20 |
2019-11-12 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-tcg-12111... | Peter Maydell | 14 | -13/+264 |
2019-11-12 | tcg plugins: expose an API version concept | Alex Bennée | 10 | -0/+56 |
2019-11-12 | .travis.yml: don't run make check with multiple jobs | Alex Bennée | 1 | -1/+1 |
2019-11-12 | tests/vm: support sites with sha512 checksums | Alex Bennée | 2 | -3/+10 |
2019-11-12 | tests: only run ipmi-bt-test if CONFIG_LINUX | Alex Bennée | 1 | -0/+2 |
2019-11-12 | tests/vm: update netbsd to version 8.1 | Gerd Hoffmann | 1 | -1/+1 |
2019-11-12 | tests/vm: use console_consume for netbsd | Gerd Hoffmann | 1 | -1/+1 |
2019-11-12 | tests/vm: add console_consume helper | Gerd Hoffmann | 1 | -0/+19 |
2019-11-12 | tests/vm: netbsd autoinstall, using serial console | Gerd Hoffmann | 1 | -10/+177 |
2019-11-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 5 | -10/+15 |
2019-11-12 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-11-1... | Peter Maydell | 6 | -4/+29 |
2019-11-12 | ivshmem-server: Terminate also on SIGINT | Jan Kiszka | 1 | -2/+3 |
2019-11-12 | ivshmem-server: Clean up shmem on shutdown | Jan Kiszka | 1 | -0/+6 |
2019-11-12 | numa: Add missing \n to error message | Greg Kurz | 1 | -1/+1 |
2019-11-12 | qom: Fix error message in object_class_property_add() | Greg Kurz | 1 | -6/+4 |
2019-11-12 | Makefile: install bios-microvm like other binary blobs | Bruce Rogers | 1 | -1/+1 |
2019-11-11 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191111' into staging | Peter Maydell | 5 | -11/+60 |
2019-11-11 | tcg/LICENSE: Remove out of date claim about TCG subdirectory licensing | Peter Maydell | 2 | -5/+3 |
2019-11-11 | tcg/ppc/tcg-target.opc.h: Add copyright/license | Peter Maydell | 1 | -0/+20 |
2019-11-11 | tcg/i386/tcg-target.opc.h: Add copyright/license | Peter Maydell | 1 | -3/+25 |
2019-11-11 | tcg/aarch64/tcg-target.opc.h: Add copyright/license | Peter Maydell | 1 | -3/+12 |
2019-11-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191111'... | Peter Maydell | 7 | -135/+44 |
2019-11-11 | hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine | Clement Deschamps | 2 | -2/+8 |
2019-11-11 | Remove unassigned_access CPU hook | Peter Maydell | 3 | -33/+0 |
2019-11-11 | ptimer: Remove old ptimer_init_with_bh() API | Peter Maydell | 2 | -100/+36 |
2019-11-11 | configure: Check bzip2 is available | Philippe Mathieu-Daudé | 1 | -0/+4 |
2019-11-11 | configure: Only decompress EDK2 blobs for X86/ARM targets | Philippe Mathieu-Daudé | 2 | -0/+15 |
2019-11-11 | tests/migration: Print some debug on bad status | Dr. David Alan Gilbert | 1 | -2/+7 |
2019-11-11 | MAINTAINERS: slirp: Remove myself as maintainer | Jan Kiszka | 1 | -2/+0 |
2019-11-11 | cpu-plug-test: fix leaks | Marc-André Lureau | 1 | -0/+2 |
2019-11-11 | qtest: fix qtest_qmp_device_add leak | Marc-André Lureau | 1 | -0/+1 |
2019-11-11 | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i... | Peter Maydell | 1 | -56/+57 |
2019-11-08 | dp8393x: fix dp8393x_receive() | Laurent Vivier | 1 | -3/+9 |
2019-11-08 | dp8393x: put the DMA buffer in the state structure | Laurent Vivier | 1 | -55/+50 |
2019-11-08 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20191107-pull-request' ... | Peter Maydell | 1 | -4/+9 |
2019-11-07 | Update version for v4.2.0-rc0 release | Peter Maydell | 1 | -1/+1 |
2019-11-07 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-11-07' in... | Peter Maydell | 5 | -4/+102 |
2019-11-07 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 7 | -6/+18 |
2019-11-07 | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta... | Peter Maydell | 5 | -0/+57 |
2019-11-07 | iotests: Add test for 4G+ compressed qcow2 write | Max Reitz | 3 | -0/+90 |
2019-11-07 | qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK | Max Reitz | 1 | -1/+1 |
2019-11-07 | qcow2-bitmap: Fix uint64_t left-shift overflow | Tuguoyi | 1 | -3/+11 |
2019-11-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 5 | -11/+173 |
2019-11-07 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191106-pull-request... | Peter Maydell | 1 | -0/+5 |
2019-11-06 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20191106-pull-request' i... | Peter Maydell | 1 | -9/+21 |
2019-11-06 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re... | Peter Maydell | 23 | -105/+338 |
2019-11-06 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20191105' ... | Peter Maydell | 27 | -680/+697 |
2019-11-06 | global: Squash 'the the' | Dr. David Alan Gilbert | 6 | -6/+6 |
2019-11-06 | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i... | Peter Maydell | 1 | -8/+32 |
2019-11-06 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 4 | -65/+63 |
2019-11-06 | linux-user/alpha: Set r20 secondary return value | Richard Henderson | 1 | -0/+9 |
2019-11-06 | linux-user/sparc: Fix cpu_clone_regs_* | Richard Henderson | 1 | -7/+36 |
2019-11-06 | linux-user: Introduce cpu_clone_regs_parent | Richard Henderson | 19 | -0/+74 |
2019-11-06 | linux-user: Rename cpu_clone_regs to cpu_clone_regs_child | Richard Henderson | 19 | -20/+40 |
2019-11-06 | linux-user/sparc64: Fix target_signal_frame | Richard Henderson | 1 | -2/+2 |
2019-11-06 | linux-user/sparc: Fix WREG usage in setup_frame | Richard Henderson | 1 | -1/+1 |
2019-11-06 | linux-user/sparc: Use WREG_SP constant in sparc/signal.c | Richard Henderson | 1 | -5/+2 |
2019-11-06 | linux-user/sparc: Begin using WREG constants in sparc/signal.c | Richard Henderson | 1 | -62/+33 |
2019-11-06 | linux-user/sparc: Use WREG constants in sparc/target_cpu.h | Richard Henderson | 1 | -8/+2 |
2019-11-06 | target/sparc: Define an enumeration for accessing env->regwptr | Richard Henderson | 1 | -0/+33 |
2019-11-06 | tests/tcg/multiarch/linux-test: Fix error check for shmat | Richard Henderson | 1 | -1/+2 |
2019-11-06 | scripts/qemu-binfmt-conf: Update for sparc64 | Richard Henderson | 1 | -2/+6 |
2019-11-06 | usb-host: add option to allow all resets. | Gerd Hoffmann | 1 | -4/+9 |
2019-11-06 | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2019-11-04-tag' in... | Peter Maydell | 2 | -7/+8 |
2019-11-06 | virtio: notify virtqueue via host notifier when available | Stefan Hajnoczi | 3 | -1/+13 |
2019-11-06 | hw/rdma: Utilize ibv_reg_mr_iova for memory registration | Yuval Shaia | 4 | -0/+29 |
2019-11-06 | configure: Check if we can use ibv_reg_mr_iova | Yuval Shaia | 1 | -0/+28 |
2019-11-06 | audio: add -audiodev pa,in|out.latency= to documentation | Stefan Hajnoczi | 1 | -0/+5 |
2019-11-05 | hw/pci-host/i440fx: Remove the last PIIX3 traces | Philippe Mathieu-Daudé | 3 | -11/+8 |
2019-11-05 | hw/pci-host: Rename incorrectly named 'piix' as 'i440fx' | Philippe Mathieu-Daudé | 5 | -4/+4 |
2019-11-05 | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c | Philippe Mathieu-Daudé | 8 | -403/+442 |
2019-11-05 | hw/pci-host/piix: Fix code style issues | Philippe Mathieu-Daudé | 1 | -3/+4 |
2019-11-05 | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h | Philippe Mathieu-Daudé | 7 | -24/+43 |
2019-11-05 | hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers | Philippe Mathieu-Daudé | 4 | -9/+15 |
2019-11-05 | hw/pci-host/piix: Move RCR_IOPORT register definition | Philippe Mathieu-Daudé | 5 | -11/+12 |
2019-11-05 | hw/pci-host/piix: Extract piix3_create() | Philippe Mathieu-Daudé | 1 | -20/+31 |
2019-11-05 | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers | Philippe Mathieu-Daudé | 4 | -154/+0 |
2019-11-05 | hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c | Philippe Mathieu-Daudé | 5 | -30/+37 |
2019-11-05 | hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create() | Philippe Mathieu-Daudé | 1 | -18/+29 |
2019-11-05 | hw/mips/mips_malta: Create IDE hard drive array dynamically | Philippe Mathieu-Daudé | 1 | -2/+5 |
2019-11-05 | piix4: Add a MC146818 RTC Controller as specified in datasheet | Philippe Mathieu-Daudé | 9 | -19/+48 |
2019-11-05 | piix4: Add an i8254 PIT Controller as specified in datasheet | Hervé Poussineau | 2 | -4/+4 |
2019-11-05 | piix4: Add an i8257 DMA Controller as specified in datasheet | Hervé Poussineau | 2 | -2/+4 |
2019-11-05 | piix4: Rename PIIX4 object to piix4-isa | Hervé Poussineau | 3 | -2/+3 |
2019-11-05 | Revert "irq: introduce qemu_irq_proxy()" | Philippe Mathieu-Daudé | 2 | -19/+0 |
2019-11-05 | piix4: Add an i8259 Interrupt Controller as specified in datasheet | Hervé Poussineau | 3 | -30/+44 |
2019-11-05 | piix4: Add the Reset Control Register | Hervé Poussineau | 1 | -3/+46 |
2019-11-05 | MAINTAINERS: Keep PIIX4 South Bridge separate from PC Chipsets | Philippe Mathieu-Daudé | 1 | -1/+6 |
2019-11-05 | Makefile: Fix config-devices.mak not regenerated when Kconfig updated | Philippe Mathieu-Daudé | 1 | -1/+2 |
2019-11-05 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-11-04' in... | Peter Maydell | 5 | -15/+73 |
2019-11-05 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req... | Peter Maydell | 2 | -3/+25 |
2019-11-05 | q800: fix I/O memory map | Laurent Vivier | 1 | -8/+32 |
2019-11-05 | image-fuzzer: Use OSerror.strerror instead of tuple subscript | Eduardo Habkost | 1 | -2/+2 |
2019-11-05 | image-fuzzer: Use errors parameter of subprocess.Popen() | Eduardo Habkost | 1 | -7/+4 |
2019-11-05 | image-fuzzer: Run using python3 | Eduardo Habkost | 3 | -4/+1 |
2019-11-05 | image-fuzzer: Encode file name and file format to bytes | Eduardo Habkost | 1 | -2/+2 |
2019-11-05 | image-fuzzer: Use bytes constant for field values | Eduardo Habkost | 1 | -2/+2 |
2019-11-05 | image-fuzzer: Return bytes objects on string fuzzing functions | Eduardo Habkost | 1 | -21/+21 |
2019-11-05 | image-fuzzer: Use %r for all fiels at Field.__repr__() | Eduardo Habkost | 1 | -2/+2 |
2019-11-05 | image-fuzzer: Use io.StringIO | Eduardo Habkost | 1 | -5/+9 |
2019-11-05 | image-fuzzer: Explicitly use integer division operator | Eduardo Habkost | 2 | -26/+26 |
2019-11-05 | image-fuzzer: Write bytes instead of string to image file | Eduardo Habkost | 1 | -1/+1 |
2019-11-05 | image-fuzzer: Open image files in binary mode | Eduardo Habkost | 1 | -1/+1 |
2019-11-05 | hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses | Philippe Mathieu-Daudé | 1 | -0/+4 |
2019-11-05 | hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registers | Philippe Mathieu-Daudé | 1 | -0/+8 |
2019-11-05 | qemu-options: Rework the help text of the '-display' option | Thomas Huth | 1 | -9/+21 |
2019-11-05 | linux-user: Support for NETLINK socket options | Josh Kunz | 1 | -0/+101 |
2019-11-05 | hw/i386: AMD-Vi IVRS DMA alias support | Alex Williamson | 1 | -7/+120 |
2019-11-05 | pci: Use PCI aliases when determining device IOMMU address space | Alex Williamson | 1 | -3/+40 |