OSDN Git Service

qmiga/qemu.git
2020-10-17 Philippe Mathieu... target/mips/cpu: Introduce mips_cpu_create_with_clock...
2020-10-17 Philippe Mathieu... target/mips/cpu: Allow the CPU to use dynamic frequencies
2020-10-17 Philippe Mathieu... target/mips/cpu: Make cp0_count_rate a property
2020-10-17 Philippe Mathieu... target/mips/cpu: Calculate the CP0 timer period using...
2020-10-17 Philippe Mathieu... target/mips: Move cp0_count_ns to CPUMIPSState
2020-10-17 Philippe Mathieu... target/mips/cp0_timer: Document TIMER_PERIOD origin
2020-10-17 Philippe Mathieu... target/mips/cp0_timer: Explicit unit in variable name
2020-10-17 Philippe Mathieu... target/mips: Move cpu_mips_get_random() with CP0 helpers
2020-10-17 Philippe Mathieu... target/mips/op_helper: Log unimplemented cache opcode
2020-10-17 Philippe Mathieu... target/mips/op_helper: Document Invalidate/Writeback...
2020-10-17 Philippe Mathieu... target/mips/op_helper: Convert multiple if() to switch...
2020-10-17 Jiaxun Yangtarget/mips: Add loongson-ext lsdc2 group of instructions
2020-10-17 Jiaxun Yangtarget/mips: Add loongson-ext lswc2 group of instructio...
2020-10-17 Jiaxun Yangtarget/mips: Add loongson-ext lswc2 group of instructio...
2020-10-17 Aleksandar... target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA...
2020-10-17 Aleksandar... target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>
2020-10-17 Aleksandar... target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>
2020-10-17 zhaolichangtarget/mips: Fix some comment spelling errors
2020-10-16 Luc Michelhw/core/clock: Add the clock_new helper function
2020-10-16 Philippe Mathieu... hw/qdev-clock: Display error hint when clock is missing...
2020-10-16 Philippe Mathieu... util/cutils: Introduce freq_to_str() to display Hertz...
2020-10-16 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-10-15 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/modul...
2020-10-15 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-10-15 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2020-10-15 Daniel P. Berrangéblock: deprecate the sheepdog block driver
2020-10-15 Daniel P. Berrangéblock: drop moderated sheepdog mailing list from MAINTA...
2020-10-15 Kevin Wolfmonitor: Fix order in monitor_cleanup()
2020-10-15 Kevin Wolfqemu-storage-daemon: Remove QemuOpts from --object...
2020-10-15 Kevin Wolfqom: Add user_creatable_print_help_from_qdict()
2020-10-15 Kevin Wolfqom: Factor out helpers from user_creatable_print_help()
2020-10-15 Kevin Wolfkeyval: Parse help options
2020-10-15 Markus Armbrusterkeyval: Fix parsing of ',' in value of implied key
2020-10-15 Markus Armbrustertest-keyval: Demonstrate misparse of ',' with implied key
2020-10-15 Markus Armbrusterkeyval: Fix and clarify grammar
2020-10-15 Gerd Hoffmannchardev/spice: build spice chardevs as module
2020-10-15 Gerd Hoffmannmeson: add spice dependency to core spice source files.
2020-10-15 Gerd Hoffmannmeson: add spice_headers dependency.
2020-10-15 Gerd Hoffmannchardev/spice: simplify chardev setup
2020-10-15 Gerd Hoffmannchardev/spice: make qemu_chr_open_spice_port static
2020-10-15 Gerd Hoffmannui/spice-app: don't use qemu_chr_open_spice_port directly
2020-10-15 Gerd Hoffmannmodules: update qom object module comment
2020-10-15 Gerd Hoffmannmodule: silence errors for module_load_qom_all().
2020-10-15 Richard Hendersonlinux-user/microblaze: Remove non-rt signal frames
2020-10-15 Richard Hendersonlinux-user/microblaze: Implement rt signal frames
2020-10-15 Richard Hendersontests/tcg/linux-test: Adjust getsockname for musl
2020-10-14 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2020-10-14 Samuel Thibaultui: Fix default window_id value
2020-10-14 Colin Xuinput-linux: Reset il->fd handler before closing it
2020-10-14 Jan Henrik... SDL: enable OpenGL context creation
2020-10-14 Jason Andryukvnc-stubs: Allow -vnc none
2020-10-14 Yonggang Luoconfigure: Fixes ncursesw detection under msys2/mingw...
2020-10-14 Yonggang Luowin32: Simplify gmtime_r detection not depends on if...
2020-10-14 Yonggang Luocurses: Fixes curses compiling errors.
2020-10-14 Yonggang Luocurses: Fixes compiler error that complain don't have...
2020-10-14 Gerd Hoffmannqemu-edid: drop cast
2020-10-13 Eduardo Habkostcan-host-socketcan: Fix crash when 'if' option is not set
2020-10-13 Eduardo Habkostauthz-list-file: Fix crash when filename is not set
2020-10-13 Eduardo Habkostvhost-user: Register "chardev" as class property
2020-10-13 Eduardo Habkostvga-pci: Register "big-endian-framebuffer" as class...
2020-10-13 Eduardo Habkosti386: Register most CPU properties as class properties
2020-10-13 Eduardo Habkostinput-barrier: Register properties as class properties
2020-10-13 Eduardo Habkostinput-linux: Register properties as class properties
2020-10-13 Eduardo Habkostrng: Register "opened" as class property
2020-10-13 Eduardo Habkostrng-random: register "filename" as class property
2020-10-13 Eduardo Habkostrng-egd: Register "chardev" as class property
2020-10-13 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-10-13 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2020-10-13 Sergei Trofimovichmeson.build: drop duplicate 'sparc64' entry
2020-10-13 Marc-André... mingw: fix error __USE_MINGW_ANSI_STDIO redefined
2020-10-13 Philippe Mathieu... target/sparc/int32_helper: Remove duplicated 'Tag Overf...
2020-10-13 Laurent Viviergoldfish_rtc: change MemoryRegionOps endianness to...
2020-10-13 Laurent Vivierhw/char/serial: remove duplicate .class_init in serial_...
2020-10-13 Elena Afanasovablock/blkdebug: fix memory leak
2020-10-13 Julia Suvorovahw/pci: Fix typo in PCI hot-plug error message
2020-10-13 Philippe Mathieu... softmmu/memory: Log invalid memory accesses
2020-10-13 Greg Kurzhw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4...
2020-10-13 Christian Borntraegervmdk: fix maybe uninitialized warnings
2020-10-13 Thomas Huthtests/test-char: Use a proper fallthrough comment
2020-10-13 Philippe Mathieu... hw/block/nvme: Simplify timestamp sum
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: wait for pipeline...
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: use more descriptive...
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: handle keyboard...
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: refactor parser...
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: give early feedback...
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: improve message...
2020-10-13 Cleber Rosascripts/ci/gitlab-pipeline-status: make branch name...
2020-10-13 Daniel P. Berrangégitlab: assign python helper files to GitLab maintainer...
2020-10-13 Daniel P. Berrangégitlab: add a CI job to validate the DCO sign off
2020-10-13 Daniel P. Berrangégitlab: add a CI job for running checkpatch.pl
2020-10-13 Yonggang Luoconfigure: fixes indent of $meson setup
2020-10-13 Thomas Huthdocs/system/deprecated: Mark the 'moxie' CPU as deprecated
2020-10-13 Thomas HuthRemove superfluous .gitignore files
2020-10-13 Thomas HuthMAINTAINERS: Ignore bios-tables-test in the qtest section
2020-10-13 Ani SinhaAdd a comment in bios-tables-test.c to clarify the...
2020-10-13 Thomas Huthsoftmmu/vl: Be less verbose about missing KVM when...
2020-10-13 Dr. David Alan... tests/migration: Allow longer timeouts
2020-10-13 Li Qiangqtest: add fuzz test case
2020-10-13 Cleber RosaAcceptance tests: show test report on GitLab CI
2020-10-13 Cleber RosaAcceptance tests: do not show canceled test logs on...
next