aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-06-22add pc-1.2Gerd Hoffmann
2012-06-22qxl: add vgamem_size_mb and vgamem_sizeAlon Levy
2012-06-22vga: make vram size configurableGerd Hoffmann
2012-06-22vga: raise xres+yres limitsGerd Hoffmann
2012-06-22qxl: reset current_async on qxl_soft_resetAlon Levy
2012-06-22hw/qxl: ignore guest from guestbug until resetAlon Levy
2012-06-22qxl: stop dirty loging when not in vga modeAlon Levy
2012-06-22hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/Alon Levy
2012-06-22arm_gic: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite
2012-06-21fdc: use LOG_UNIMP loggingBlue Swirl
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong
2012-06-21Introduce apic-msidef.hAnthony PERARD
2012-06-21Introduce Xen PCI Passthrough, PCI config space helpersAllen Kay
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD
2012-06-21pci.c: Add opaque argument to pci_for_each_device.Anthony PERARD
2012-06-21Introduce XenHostPCIDevice to access a pci device on the host.Anthony PERARD
2012-06-21pci_ids: Add INTEL_82599_SFP_VF id.Anthony PERARD
2012-06-21xilinx_timer: Fixed deadlock issuePeter A. G. Crosthwaite
2012-06-21xilinx_timer: Removed include of qemu-timerPeter A. G. Crosthwaite
2012-06-21xenstore: Use <xenstore.h>Anthony PERARD
2012-06-21xen: Reorganize includes of Xen headers.Anthony PERARD
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann
2012-06-20usb-host: live migration supportGerd Hoffmann
2012-06-20usb-host: attach only to running guestGerd Hoffmann
2012-06-20ehci: tracing improvementsGerd Hoffmann
2012-06-20usb: restore USBDevice->attached on vmloadGerd Hoffmann
2012-06-20ehci: add live migration supportGerd Hoffmann
2012-06-20hw/pxa2xx_pic: Convert coprocessor registers to new schemePeter Maydell
2012-06-20hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regsPeter Maydell
2012-06-20hw/pxa2xx: Convert cp14 perf registers to new schemePeter Maydell
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori
2012-06-19arm_boot: Conditionalised DTB command line updatePeter A. G. Crosthwaite
2012-06-19cadence_ttc: changed master clock frequencyPeter A. G. Crosthwaite
2012-06-19cadence_gem: avoid stack-writing buffer-overrunJim Meyering
2012-06-19hw/a9mpcore: Fix compilation failure if physaddrs are 64 bitPeter Maydell
2012-06-19hw/omap.h: Drop broken MEM_VERBOSE tracingPeter Maydell
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell
2012-06-19hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell
2012-06-19hw/arm_gic.c: Make NVIC interrupt numbering a runtime settingPeter Maydell
2012-06-19hw/arm_gic: Make CPU target registers RAZ/WI on uniprocessorPeter Maydell
2012-06-19hw/arm_gic: Add qdev property for GIC revisionPeter Maydell
2012-06-19hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell
2012-06-19hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell
2012-06-19hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell
2012-06-19hw/arm_gic: Remove NVIC ifdefs from gic_state structPeter Maydell
2012-06-19arm_boot: Fix typos in commentAndreas Färber
2012-06-19ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.Evgeny Voevodin