index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
piix_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
piix_pci: fix piix3_set_irq_pic()
TeLeMan
2011-05-22
1
-1
/
+1
*
piix_pci: Introduces Xen specific call for irq.
Anthony PERARD
2011-05-08
1
-3
/
+46
*
piix_pci: load path clean up
Isaku Yamahata
2011-04-01
1
-8
/
+4
*
piix_pci: optimize set irq path
Isaku Yamahata
2011-04-01
1
-17
/
+84
*
piix_pci: eliminate PIIX3State::pci_irq_levels
Isaku Yamahata
2011-04-01
1
-11
/
+27
*
piix: tag as not hotpluggable.
Gerd Hoffmann
2011-01-10
1
-0
/
+2
*
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
Introduce range.h
Blue Swirl
2010-09-18
1
-0
/
+1
*
pci: set PCI multi-function bit appropriately.
Isaku Yamahata
2010-07-11
1
-2
/
+0
*
pci: set multifunction property for normal device.
Isaku Yamahata
2010-07-11
1
-1
/
+1
*
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2010-07-11
1
-1
/
+0
*
Fix overflow in i440fx_init()
Avi Kivity
2010-05-28
1
-1
/
+1
*
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
2010-05-15
1
-1
/
+4
*
hw: better i440 emulation
Bernhard M. Wiedemann
2010-05-03
1
-1
/
+6
*
piix_pci: add link to i440fx data sheet.
Isaku Yamahata
2009-12-23
1
-0
/
+5
*
piix_pci: use range helper function
Isaku Yamahata
2009-12-23
1
-3
/
+3
*
piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.
Isaku Yamahata
2009-12-23
1
-5
/
+12
*
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-03
1
-2
/
+2
*
pci: shorten pci_host_{conf, data}_register_xxx function a bit.
Isaku Yamahata
2009-12-01
1
-1
/
+1
*
pci_host: consolidate pci config address access.
Isaku Yamahata
2009-11-09
1
-14
/
+1
*
pci_host.h: move functions in pci_host.h into .c file.
Isaku Yamahata
2009-11-09
1
-9
/
+2
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-1
/
+0
*
New qdev_init_nofail()
Markus Armbruster
2009-10-07
1
-1
/
+1
*
piix_pci: kill PIIX3IrqState
Gerd Hoffmann
2009-10-05
1
-20
/
+17
*
vmstate: add version_id argument to post_load
Juan Quintela
2009-10-05
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
vmstate: rename run_after_load() -> post_load()
Juan Quintela
2009-09-11
1
-2
/
+2
*
piix3: use new vmstate infrastructure
Juan Quintela
2009-09-04
1
-27
/
+11
*
i440fx: use new vmstate infrastructure
Juan Quintela
2009-09-04
1
-12
/
+24
*
Update SaveVM versions
Juan Quintela
2009-09-04
1
-15
/
+25
*
pci_irq_levels[] belong to PIIX3State
Juan Quintela
2009-09-04
1
-7
/
+6
*
Save irq_state into PCII440FXState
Juan Quintela
2009-09-04
1
-0
/
+2
*
We can add piix3_dev now to PIIX3IrqState
Juan Quintela
2009-09-04
1
-6
/
+6
*
Fold piix3_init() intto i440fx_init
Juan Quintela
2009-09-04
1
-12
/
+6
*
Introduce PIIX3IrqState for piix3 irq's state
Juan Quintela
2009-09-04
1
-3
/
+9
*
Create PIIX3State instead of using PCIDevice for PIIX3
Juan Quintela
2009-09-04
1
-9
/
+14
*
We want the argument pass to set_irq to be opaque
Juan Quintela
2009-09-04
1
-2
/
+3
*
Move smm_enabled and isa_memory_mappings to PCII440FXState
Juan Quintela
2009-09-04
1
-10
/
+10
*
Use PCII440FXState instead of generic PCIDevice
Juan Quintela
2009-09-04
1
-23
/
+31
*
Split piix4 support from piix_pci.c
Juan Quintela
2009-09-04
1
-72
/
+0
*
piix4 don't use pci_irq_levels at all
Juan Quintela
2009-09-04
1
-2
/
+0
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-4
/
+8
*
qdev/isa: make the piix isa bridge register an isa bus.
Gerd Hoffmann
2009-08-10
1
-0
/
+2
*
qdev/pci: hook up i440fx.
Gerd Hoffmann
2009-07-27
1
-26
/
+82
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-2
/
+2
*
Call piix4_reset() on system reset.
Blue Swirl
2009-06-17
1
-1
/
+5
*
Call piix3_reset() on system reset.
Gleb Natapov
2009-06-17
1
-1
/
+5
*
Add common BusState
Paul Brook
2009-05-23
1
-1
/
+2
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-3
/
+6
[next]