]> git.proxmox.com Git - qemu.git/history - hw
pci: improve w1c mask handling
[qemu.git] / hw /
2010-10-27 Michael S. Tsirkinpci: improve w1c mask handling
2010-10-27 Michael S. Tsirkinpcie: clean up hot plug notification
2010-10-27 Michael S. Tsirkinpcie: simplify range check
2010-10-27 Blue SwirlIntroduce range.h
2010-10-20 Isaku Yamahatax3130: pcie downstream port
2010-10-20 Isaku Yamahatax3130: pcie upstream port
2010-10-20 Isaku Yamahataioh3420: pcie root port in X58 ioh
2010-10-20 Isaku Yamahatapcie port: define struct PCIEPort/PCIESlot and helper...
2010-10-20 Isaku Yamahatapci/bridge: fix pci_bridge_reset()
2010-10-20 Isaku Yamahatapcie: comment on hpev_intx
2010-10-19 Isaku Yamahatapcie: helper functions for pcie capability and extended...
2010-10-19 Isaku Yamahatapcie: add pcie constants to pcie_regs.h
2010-10-19 Isaku Yamahatamsi: implements msi
2010-10-19 Isaku Yamahatapci: use pci_word_test_and_clear_mask() in pci_device_r...
2010-10-19 Isaku Yamahatapci: introduce helper function to handle msi-x and...
2010-10-19 Isaku Yamahatapci: introduce helper functions to test-and-{clear...
2010-10-18 Isaku Yamahatapci: make pci_del_capability() update for w1cmask
2010-09-20 Isaku Yamahatamsix: clear not only INTA, but all INTx when MSI-X...
2010-09-20 Isaku Yamahatapci: implement RW1C register framework.
2010-09-13 Isaku Yamahatapci: improve signature of pci_register_bar().
2010-09-13 Isaku Yamahatapci: don't ignore invalid parameter for pci_register_bar().
2010-09-13 Isaku Yamahatapci: sorting out type confusion in pci_register_bar().
2010-09-13 Isaku Yamahatapci_ids.h: add vendor id of Texas Intesruments
2010-09-07 Isaku Yamahatapci: make pci_parse_devfn() aware of func.
2010-09-07 Isaku Yamahatapci: call hotplug callback even when not hotplug case...
2010-09-07 Isaku Yamahatapci bridge: add helper function for ssvid capability.
2010-09-07 Isaku Yamahatapci: consolidate pci_add_capability_at_offset() into...
2010-09-07 Isaku Yamahatapci_bridge: introduce pci bridge library.
2010-07-22 Isaku Yamahatapci_bridge: clean up: remove pci_{register, unregister...
2010-07-22 Isaku Yamahatapci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.
2010-07-22 Isaku Yamahatapci/bridge: split out pci bridge code into pci_bridge...
2010-07-19 Isaku Yamahatapci: move out pci internal structures, PCIBus, PCIBridg...
2010-07-19 Michael S. Tsirkinvhost: fix miration during device start
2010-07-19 Michael S. Tsirkine1000: secrc support
2010-07-19 Michael S. Tsirkine1000: fix access 4 bytes beyond buffer end
2010-07-12 Michael S. TsirkinMerge branch 'master' into pci
2010-07-11 Michael S. Tsirkinpci: fix bridge update
2010-07-11 Michael S. Tsirkinvirtio-net: correct packet length math
2010-07-11 Isaku Yamahatapci hotplug: make pci hotplug return value to caller
2010-07-11 Michael S. Tsirkinvmware_vga: fix reset value for command register
2010-07-11 Michael S. Tsirkinrtl8139: address TODOs
2010-07-11 Isaku Yamahatapci hotplug: make pci_device_hot_remove() static
2010-07-11 Michael S. Tsirkinpcnet: address TODOs
2010-07-11 Isaku Yamahatapci: fix pci_device_reset
2010-07-11 Alexander GrafAppleSMC device emulation
2010-07-11 Isaku Yamahatapci: set PCI multi-function bit appropriately.
2010-07-11 Isaku Yamahatapci_bridge: make pci bridge aware of pci multi function...
2010-07-11 Isaku Yamahatapci: set multifunction property for normal device.
2010-07-11 Isaku Yamahatapci: introduce multifunction property.
2010-07-11 Isaku Yamahataqdev: implement qdev_prop_set_bit().
2010-07-11 Isaku Yamahatapci: remove PCIDeviceInfo::header_type
2010-07-11 Isaku Yamahatapci: don't overwrite multi functio bit in pci header...
2010-07-11 Isaku Yamahatapci: insert assert that auto-assigned-address function...
2010-07-11 Isaku Yamahatapci: use PCI_DEVFN() where appropriate.
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonpci: Free the space allocated for the option rom on...
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2010-07-06 Alex Williamsonvirtio-net: Incorporate a DeviceState pointer and let...
2010-07-06 Alex Williamsoneepro100: Add a dev field to eeprom new/free functions
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-07-06 Alex Williamsonpci: Implement BusInfo.get_dev_path()
2010-07-06 Alex Williamsonqdev: Add a get_dev_path() function to BusInfo
2010-07-06 Alex Williamsonpc: Allocate all ram in a single qemu_ram_alloc()
2010-07-06 Gleb Natapovmake rtc alatm work
2010-07-06 Jan Kiszkascsi: Fix SCSI bus reset
2010-07-06 Markus Armbrusteride: Reject invalid CHS geometry
2010-07-06 Markus Armbrusteride: Reject readonly drives unless CD-ROM
2010-07-06 Markus Armbrusteride: Make ide_init_drive() return success
2010-07-06 Markus Armbrusteride: Replace IDEState members is_cdrom, is_cf by drive_kind
2010-07-06 Markus Armbrusteride: Improve error messages
2010-07-06 Markus Armbrusterscsi: Error locations for -drive if=scsi device initial...
2010-07-06 Markus Armbrusterscsi: Reject unimplemented error actions
2010-07-06 Markus Armbrusterqdev: Don't hw_error() in qdev_init_nofail()
2010-07-06 Markus Armbrusterfdc: Reject unimplemented error actions
2010-07-06 john cooperAdd virtio disk identification support
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-03 Paolo Bonziniremove exec-all.h inclusion from cpu.h
2010-07-02 Markus Armbrusterpc: Fix CMOS info for drives defined with -device
2010-07-02 Markus Armbrusteride: Make PIIX and ISA IDE init functions return the...
2010-07-02 Markus Armbrusterblock: Fix virtual media change for if=none
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusterblockdev: Clean up automatic drive deletion
2010-07-02 Markus Armbrusteride: Make it explicit that ide_create_drive() can't...
2010-07-02 Markus Armbrusterscsi: scsi_bus_legacy_handle_cmdline() can fail, fix...
2010-06-30 Kevin Wolfqdev-properties: Fix (u)intXX parsers
2010-06-30 TeLeManusb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83...
2010-06-30 cmchaohw/omap : make local function static and remove declara...
2010-06-30 cmchaohw/omap1.c : separate uart module
2010-06-30 cmchaohw/omwp2.c : separate l4 interconnect module
2010-06-30 cmchaohw/omap2.c : separate tap module(Test-Chip-level)
2010-06-30 cmchaohw/omap2.c : separate spi module
2010-06-30 cmchaohw/omap1.c : separate interrupt controller module
2010-06-30 cmchaohw/omap2.c : separate sdrc (sdram controller)
2010-06-30 cmchaohw/omap2.c : separate gpmc(general purpose memory contr...
2010-06-30 cmchaohw/omap2.c : separate synctimer module
2010-06-30 cmchaohw/omap2.c : separate gptimer module
2010-06-30 cmchaohw/omap2.c : separate gpio module
2010-06-30 cmchaohw/omap1.c : separate gpio module
next