OSDN Git Service

qmiga/qemu.git
2017-12-18 Philippe Mathieu... hw/input/vmmouse: remove unused #include
2017-12-18 Philippe Mathieu... numa: remove unused #include
2017-12-18 Philippe Mathieu... misc: avoid "include/" in include path
2017-12-18 Philippe Mathieu... nios2: remove duplicated includes (in code commented...
2017-12-18 Philippe Mathieu... i386/hax: remove duplicated include
2017-12-18 Philippe Mathieu... i386/hax: remove duplicated includes
2017-12-18 Philippe Mathieu... ppc: remove duplicated includes
2017-12-18 Philippe Mathieu... misc: remove duplicated includes
2017-12-18 Philippe Mathieu... misc: remove headers implicitly included
2017-12-18 Philippe Mathieu... block: remove "qemu/osdep.h" from header file
2017-12-18 Philippe Mathieu... hw: remove "qemu/osdep.h" from header files
2017-12-18 Philippe Mathieu... hw: use "qemu/osdep.h" as first #include in source...
2017-12-18 Philippe Mathieu... MAINTAINERS: add missing entry for include/hw/net/
2017-12-18 Philippe Mathieu... MAINTAINERS: add entries for timer/m48t59
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for input/pckbd.c
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for watchdog/wdt_ib700
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for the i82378 (superio)
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for the i8257 (DMA controller)
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for the i82374 (southbridge)
2017-12-18 Philippe Mathieu... MAINTAINERS: add entries for i2c/ppc4xx
2017-12-18 Tao Wuhw/input/hid: Add support for several keys.
2017-12-18 Philippe Mathieu... hw/registerfields: add missing include
2017-12-18 Philippe Mathieu... hw/registerfields: add 64-bit extract/deposit macros
2017-12-18 Philippe Mathieu... hw/registerfields: fix a typo in the FIELD() documentation
2017-12-18 Philippe Mathieu... MAINTAINERS: add "hw/registerfields.h" in Register...
2017-12-18 Philippe Mathieu... Makefile: add more targets to the UNCHECKED_GOALS rule
2017-12-18 Peter Maydellaccel/tcg/cpu-exec-common.c: Remove unnecessary include...
2017-12-18 Mike Frysingerbuild: fix typo in error message
2017-12-18 Philippe Mathieu... Makefile: use $(MAKE) variable
2017-12-18 Vicente Jimenez... Document pretty parameter for mon option
2017-12-18 Marc-André... memory: remove unused memory_region_set_global_locking()
2017-12-18 Marc-André... .gitignore: remove vscclient
2017-12-18 Michael McConvillemmap(2) returns MAP_FAILED, not NULL, on failure
2017-12-18 Daniel Henrique... configure: check $CC available before verifying host CPU
2017-12-18 Emilio G. Cotaqht: fix kernel-doc markup in qht.h
2017-12-18 Emilio G. Cotatranslate-all: fix 'consisits' typo in comment
2017-12-18 Emilio G. Cotadisas/arm: fix 'instuction' typo in comment
2017-12-18 Ladi ProsekRemove empty statements
2017-12-17 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2017-12-15 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2017-12-15 Peter Maydellsparc: Make sure we mmap at SHMLBA alignment
2017-12-15 Daniel P. Berrangeio: introduce a network socket listener API
2017-12-15 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2017-12-15 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2017-12-15 Christian Borntraegers390-ccw-virtio: allow for systems larger that 7.999TB
2017-12-15 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/tags...
2017-12-15 Stefan Bergertpm: tpm_passthrough: Fail startup if FE buffer size...
2017-12-15 Stefan Bergertpm: tpm_emulator: get and set buffer size of device
2017-12-15 Stefan Bergertpm: tpm_passthrough: Read the buffer size from the...
2017-12-15 Stefan Bergertpm: pull tpm_util_request() out of tpm_util_test()
2017-12-15 Stefan Bergertpm: Move getting TPM buffer size to backends
2017-12-15 Marc-André... tpm: remove tpm_register_model()
2017-12-15 Marc-André... tpm-tis: use DEFINE_PROP_TPMBE
2017-12-15 Marc-André... qdev: add DEFINE_PROP_TPMBE
2017-12-15 Marc-André... tpm-tis: check that at most one TPM device exists
2017-12-15 Marc-André... tpm-tis: remove redundant 'tpm_tis:' in error messages
2017-12-15 Marc-André... tpm-emulator: add a FIXME comment about blocking cancel
2017-12-15 Marc-André... acpi: change TPM TIS data conditions
2017-12-15 Marc-André... tpm: add tpm_cmd_get_size() to tpm_util
2017-12-15 Marc-André... tpm: add TPM interface to lookup TPM version
2017-12-15 Marc-André... tpm: lookup the the TPM interface instead of TIS device
2017-12-15 Marc-André... tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()
2017-12-15 Marc-André... tpm-tis: simplify header inclusion
2017-12-15 Marc-André... tpm-passthrough: workaround a possible race
2017-12-15 Marc-André... tpm-passthrough: simplify create()
2017-12-15 Marc-André... tpm-passthrough: make it safer to destroy after creation
2017-12-15 Marc-André... tpm-backend: move set 'id' to common code
2017-12-15 Marc-André... tpm-passthrough: pass TPMPassthruState to handle_device...
2017-12-15 Marc-André... tpm-be: update optional function pointers
2017-12-15 Marc-André... tpm-passthrough: don't save guessed cancel_path in...
2017-12-15 Marc-André... tpm: remove unused opened code
2017-12-15 Marc-André... tpm-be: ask model to the TPM interface
2017-12-15 Marc-André... tpm-be: report error instead of front-end
2017-12-15 Marc-André... tpm-be: call request_completed() out of thread
2017-12-15 Marc-André... tpm-tis: no longer expose TPMState
2017-12-15 Marc-André... tpm-backend: store TPMIf interface, improve backend_init()
2017-12-15 Marc-André... tpm: move TpmIf in include/sysemu/tpm.h
2017-12-15 Marc-André... tpm-tis: remove unused locty_number
2017-12-15 Simon Gaiserxen/pt: Set is_express to avoid out-of-bounds write
2017-12-14 Owen Smithxenfb: activate input handlers for raw pointer devices
2017-12-14 Owen Smithxenfb: Add [feature|request]-raw-pointer
2017-12-14 Owen Smithxenfb: Use Input Handlers directly
2017-12-14 Owen Smithui: generate qcode to linux mappings
2017-12-14 Paul Durrantxen-disk: use an IOThread per instance
2017-12-14 Laurent Vivierspapr: don't initialize PATB entry if max-cpu-compat...
2017-12-14 David Gibsonspapr: Assume msi_nonbroken
2017-12-14 David Gibsonspapr: Rename machine init functions for clarity
2017-12-14 Cédric Le Goatertarget/ppc: introduce the PPC_BIT() macro
2017-12-14 Greg Kurzspapr_events: drop bogus cell from "interrupt-ranges...
2017-12-14 Greg Kurzspapr: fix LSI interrupt specifiers in the device tree
2017-12-14 Igor Mammedovspapr: replace numa_get_node() with lookup in pc-dimm...
2017-12-14 Cédric Le Goaterspapr: introduce a spapr_qirq() helper
2017-12-14 Cédric Le Goaterspapr: introduce a spapr_irq_set_lsi() helper
2017-12-14 Cédric Le Goaterspapr: move the IRQ allocation routines under the machine
2017-12-14 Cédric Le Goaterppc/xics: assign of the CPU 'intc' pointer under the...
2017-12-14 Cédric Le Goaterppc/xics: introduce an icp_create() helper
2017-12-14 Cédric Le Goaterspapr/rtas: do not reset the MSR in stop-self command
2017-12-14 Cédric Le Goaterspapr/rtas: fix reboot of a a SMP TCG guest
2017-12-14 Cédric Le Goaterspapr/rtas: disable the decrementer interrupt when...
2017-12-14 Michael Davidsavere500: fix pci host bridge class/type
next