]> Git Repo - qemu.git/history - hw
hw/block/nvme: Convert to realize
[qemu.git] / hw /
2017-12-19 Mao Zhongyihw/block/nvme: Convert to realize
2017-12-18 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2017-12-18 Philippe Mathieu... misc: drop old i386 dependency
2017-12-18 Philippe Mathieu... i386/pc: move vmmouse.c to hw/i386/
2017-12-18 Philippe Mathieu... i386/pc: move vmport.c to hw/i386/
2017-12-18 Philippe Mathieu... hw/misc/pvpanic: extract public API from i386/pc to...
2017-12-18 Philippe Mathieu... hw/net/ne2000: extract ne2k-isa code from i386/pc to...
2017-12-18 Philippe Mathieu... hw/display/vga: extract public API from i386/pc to...
2017-12-18 Philippe Mathieu... hw/display/vga: "vga_int.h" requires "ui/console.h"
2017-12-18 Philippe Mathieu... hw/display/vga: "vga.h" only contains registers defs...
2017-12-18 Philippe Mathieu... hw/acpi: ACPI_PM_* defines are not restricted to i386...
2017-12-18 Philippe Mathieu... hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
2017-12-18 Philippe Mathieu... hw/timer/i8254: rename pit_init() -> i8254_pit_init()
2017-12-18 Philippe Mathieu... hw/unicore32: restrict hw addr defines to source file
2017-12-18 Philippe Mathieu... hw/virtio-balloon: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/tpm: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/i2c: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/ipmi: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/ide: remove old i386 dependency
2017-12-18 Philippe Mathieu... misc: remove old i386 dependency
2017-12-18 Philippe Mathieu... amd_iommu: avoid needless includes in header file
2017-12-18 Philippe Mathieu... hw/ssi/aspeed_smc: remove unused #include
2017-12-18 Philippe Mathieu... hw/misc/pvpanic: remove unused #include
2017-12-18 Philippe Mathieu... hw/input/vmmouse: 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... 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... hw: use "qemu/osdep.h" as first #include in source...
2017-12-18 Tao Wuhw/input/hid: Add support for several keys.
2017-12-18 Michael McConvillemmap(2) returns MAP_FAILED, not NULL, on failure
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 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é Lureautpm: remove tpm_register_model()
2017-12-15 Marc-André Lureautpm-tis: use DEFINE_PROP_TPMBE
2017-12-15 Marc-André Lureauqdev: add DEFINE_PROP_TPMBE
2017-12-15 Marc-André Lureautpm-tis: check that at most one TPM device exists
2017-12-15 Marc-André Lureautpm-tis: remove redundant 'tpm_tis:' in error messages
2017-12-15 Marc-André Lureautpm-emulator: add a FIXME comment about blocking cancel
2017-12-15 Marc-André Lureauacpi: change TPM TIS data conditions
2017-12-15 Marc-André Lureautpm: add tpm_cmd_get_size() to tpm_util
2017-12-15 Marc-André Lureautpm: add TPM interface to lookup TPM version
2017-12-15 Marc-André Lureautpm: lookup the the TPM interface instead of TIS device
2017-12-15 Marc-André Lureautpm: rename qemu_find_tpm() -> qemu_find_tpm_be()
2017-12-15 Marc-André Lureautpm-tis: simplify header inclusion
2017-12-15 Marc-André Lureautpm-passthrough: workaround a possible race
2017-12-15 Marc-André Lureautpm-passthrough: simplify create()
2017-12-15 Marc-André Lureautpm-passthrough: make it safer to destroy after creation
2017-12-15 Marc-André Lureautpm-backend: move set 'id' to common code
2017-12-15 Marc-André Lureautpm-passthrough: pass TPMPassthruState to handle_device...
2017-12-15 Marc-André Lureautpm-passthrough: don't save guessed cancel_path in...
2017-12-15 Marc-André Lureautpm-be: ask model to the TPM interface
2017-12-15 Marc-André Lureautpm-be: report error instead of front-end
2017-12-15 Marc-André Lureautpm-be: call request_completed() out of thread
2017-12-15 Marc-André Lureautpm-tis: no longer expose TPMState
2017-12-15 Marc-André Lureautpm-backend: store TPMIf interface, improve backend_init()
2017-12-15 Marc-André Lureautpm: move TpmIf in include/sysemu/tpm.h
2017-12-15 Marc-André Lureautpm-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 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 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
2017-12-14 Michael Davidsaveropenpic: debug w/ info_report()
2017-12-14 Michael Davidsavernvram: add AT24Cx i2c eeprom
2017-12-14 Michael Davidsavere500: name openpic and pci host bridge
2017-12-14 Greg Kurzspapr_cpu_core: instantiate CPUs separately
2017-12-14 David Gibsonspapr: Add pseries-2.12 machine type
2017-12-14 Cédric Le Goaterppc/xics: remove useless if condition
2017-12-14 David Hildenbrands390x: change the QEMU cpu model to a stripped down z12
2017-12-14 Cornelia Hucks390x/css: attach css bridge
2017-12-14 Halil Pasics390x: deprecate s390-squash-mcss machine prop
2017-12-14 Halil Pasics390x/css: unrestrict cssids
2017-12-14 Pierre Morels390x/pci: search for subregion inside the BARs
next
This page took 0.071158 seconds and 7 git commands to generate.