- ce4fd42 hw/piix_pci.c: Fix PIIX3-xen to initialize ids by Anthony PERARD · 14 years ago
- fdba959 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
- bf09551 xen: fix interrupt routing by Stefano Stabellini · 14 years ago
- befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
- 3a9d854 hw/piix_pci.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
- 09de0f4 piix_pci: fix piix3_set_irq_pic() by TeLeMan · 14 years ago
- 4144530 piix_pci: Introduces Xen specific call for irq. by Anthony PERARD · 15 years ago
- afe3ef1 piix_pci: load path clean up by Isaku Yamahata · 14 years ago
- ab431c2 piix_pci: optimize set irq path by Isaku Yamahata · 14 years ago
- e735b55 piix_pci: eliminate PIIX3State::pci_irq_levels by Isaku Yamahata · 14 years ago
- 0965f12 piix: tag as not hotpluggable. by Gerd Hoffmann · 14 years ago
- 779206d Introduce fw_name field to DeviceInfo structure. by Gleb Natapov · 14 years ago
- bf1b007 Introduce range.h by Blue Swirl · 15 years ago
- 6eab3de pci: set PCI multi-function bit appropriately. by Isaku Yamahata · 15 years ago
- fecb93c pci: set multifunction property for normal device. by Isaku Yamahata · 15 years ago
- b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
- 9767952 Fix overflow in i440fx_init() by Avi Kivity · 15 years ago
- f885f1e pc, i440fx: Make smm enable/disable function i440fx independent. by Isaku Yamahata · 15 years ago
- ec5f92c hw: better i440 emulation by Bernhard M. Wiedemann · 15 years ago
- 56594fe piix_pci: add link to i440fx data sheet. by Isaku Yamahata · 15 years ago
- 4da5fcd piix_pci: use range helper function by Isaku Yamahata · 15 years ago
- f2c688b piix_pci: define symbolic value for PAM0, PAM6 and SMRAM. by Isaku Yamahata · 15 years ago
- be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
- f08b32f pci: shorten pci_host_{conf, data}_register_xxx function a bit. by Isaku Yamahata · 15 years ago
- a455783 pci_host: consolidate pci config address access. by Isaku Yamahata · 15 years ago
- 4f5e19e pci_host.h: move functions in pci_host.h into .c file. by Isaku Yamahata · 15 years ago
- c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
- e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
- 7cd9eee piix_pci: kill PIIX3IrqState by Gerd Hoffmann · 16 years ago
- e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 16 years ago
- d1f171b piix3: use new vmstate infrastructure by Juan Quintela · 16 years ago
- 0c7d19e i440fx: use new vmstate infrastructure by Juan Quintela · 16 years ago
- da64182 Update SaveVM versions by Juan Quintela · 16 years ago
- 8372615 pci_irq_levels[] belong to PIIX3State by Juan Quintela · 16 years ago
- 867a0d7 Save irq_state into PCII440FXState by Juan Quintela · 16 years ago
- fd83e9b We can add piix3_dev now to PIIX3IrqState by Juan Quintela · 16 years ago
- 85a750c Fold piix3_init() intto i440fx_init by Juan Quintela · 16 years ago
- bd7dce8 Introduce PIIX3IrqState for piix3 irq's state by Juan Quintela · 16 years ago
- fd37d88 Create PIIX3State instead of using PCIDevice for PIIX3 by Juan Quintela · 16 years ago
- 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 16 years ago
- 6c009fa Move smm_enabled and isa_memory_mappings to PCII440FXState by Juan Quintela · 16 years ago
- 0a3bacf Use PCII440FXState instead of generic PCIDevice by Juan Quintela · 16 years ago
- 823e675 Split piix4 support from piix_pci.c by Juan Quintela · 16 years ago
- a4bf1f3 piix4 don't use pci_irq_levels at all by Juan Quintela · 16 years ago
- 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
- f75247f qdev/isa: make the piix isa bridge register an isa bus. by Gerd Hoffmann · 16 years ago
- 8a14daa qdev/pci: hook up i440fx. by Gerd Hoffmann · 16 years ago
- a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
- eae6bcb Call piix4_reset() on system reset. by Blue Swirl · 16 years ago
- 15a1956 Call piix3_reset() on system reset. by Gleb Natapov · 16 years ago
- 02e2da4 Add common BusState by Paul Brook · 16 years ago
- 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
- d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
- 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
- deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
- b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
- 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
- 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 477afee Add missing initial values for PIIX3 function 0 (PIRQRC) by aurel32 · 17 years ago
- cf7a2fe SCI fixes by aurel32 · 17 years ago
- 52fc1d8 Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lublin. by balrog · 17 years ago
- d178119 Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenas Belon. by ths · 17 years ago
- 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- 3f6ffb6 Enable ACPI interrupts, by Igor Lvovsky. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
- d537cf6 Unify IRQ handling. by pbrook · 18 years ago
- e6a71ae Add support for 82371FB (Step A1) and Improved support for 82371SB by ths · 18 years ago
- 5c2b87e PIIX4 support, by Aurelien Jarno. by ths · 18 years ago
- 8f1c91d Devfn number for the PIIX3 southbridge, by Aurelien Jarno. by ths · 18 years ago
- 84631fd implement i440 instead of i450 ISA memory mappings to be compatible with Bochs by bellard · 18 years ago
- ee0ea1d moved PCI init to BIOS - added ISA memory mapping registers and SMM support by bellard · 18 years ago
- 80b3ada Implement sun4u PCI IRQ routing. by pbrook · 18 years ago
- d2b5931 PCI shared IRQ fix (original patch by andrzej zaborowski). by pbrook · 18 years ago
- 1941d19 PCI save/restore changes by bellard · 19 years ago
- 502a539 Rearrange PCI host emulation code. Add ARM PCI emulation. by pbrook · 19 years ago