index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
piix_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-28
Fix overflow in i440fx_init()
Avi Kivity
1
-1
/
+1
2010-05-15
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
1
-1
/
+4
2010-05-03
hw: better i440 emulation
Bernhard M. Wiedemann
1
-1
/
+6
2009-12-23
piix_pci: add link to i440fx data sheet.
Isaku Yamahata
1
-0
/
+5
2009-12-23
piix_pci: use range helper function
Isaku Yamahata
1
-3
/
+3
2009-12-23
piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.
Isaku Yamahata
1
-5
/
+12
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
1
-2
/
+2
2009-12-01
pci: shorten pci_host_{conf, data}_register_xxx function a bit.
Isaku Yamahata
1
-1
/
+1
2009-11-09
pci_host: consolidate pci config address access.
Isaku Yamahata
1
-14
/
+1
2009-11-09
pci_host.h: move functions in pci_host.h into .c file.
Isaku Yamahata
1
-9
/
+2
2009-11-07
v3: don't call reset functions on cpu initialization
Glauber Costa
1
-1
/
+0
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-05
piix_pci: kill PIIX3IrqState
Gerd Hoffmann
1
-20
/
+17
2009-10-05
vmstate: add version_id argument to post_load
Juan Quintela
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-2
/
+2
2009-10-01
Get rid of _t suffix
malc
1
-2
/
+2
2009-09-11
vmstate: rename run_after_load() -> post_load()
Juan Quintela
1
-2
/
+2
2009-09-04
piix3: use new vmstate infrastructure
Juan Quintela
1
-27
/
+11
2009-09-04
i440fx: use new vmstate infrastructure
Juan Quintela
1
-12
/
+24
2009-09-04
Update SaveVM versions
Juan Quintela
1
-15
/
+25
2009-09-04
pci_irq_levels[] belong to PIIX3State
Juan Quintela
1
-7
/
+6
2009-09-04
Save irq_state into PCII440FXState
Juan Quintela
1
-0
/
+2
2009-09-04
We can add piix3_dev now to PIIX3IrqState
Juan Quintela
1
-6
/
+6
2009-09-04
Fold piix3_init() intto i440fx_init
Juan Quintela
1
-12
/
+6
2009-09-04
Introduce PIIX3IrqState for piix3 irq's state
Juan Quintela
1
-3
/
+9
2009-09-04
Create PIIX3State instead of using PCIDevice for PIIX3
Juan Quintela
1
-9
/
+14
2009-09-04
We want the argument pass to set_irq to be opaque
Juan Quintela
1
-2
/
+3
2009-09-04
Move smm_enabled and isa_memory_mappings to PCII440FXState
Juan Quintela
1
-10
/
+10
2009-09-04
Use PCII440FXState instead of generic PCIDevice
Juan Quintela
1
-23
/
+31
2009-09-04
Split piix4 support from piix_pci.c
Juan Quintela
1
-72
/
+0
2009-09-04
piix4 don't use pci_irq_levels at all
Juan Quintela
1
-2
/
+0
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-4
/
+8
2009-08-10
qdev/isa: make the piix isa bridge register an isa bus.
Gerd Hoffmann
1
-0
/
+2
2009-07-27
qdev/pci: hook up i440fx.
Gerd Hoffmann
1
-26
/
+82
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-2
/
+2
2009-06-17
Call piix4_reset() on system reset.
Blue Swirl
1
-1
/
+5
2009-06-17
Call piix3_reset() on system reset.
Gleb Natapov
1
-1
/
+5
2009-05-23
Add common BusState
Paul Brook
1
-1
/
+2
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
1
-3
/
+6
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-3
/
+0
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-6
/
+3
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
1
-12
/
+6
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
1
-1
/
+1
2008-04-22
Revert "Use correct types to enable > 2G support" (r4238), it is
aurel32
1
-1
/
+1
2008-04-22
Use correct types to enable > 2G support, based on a patch from
aurel32
1
-1
/
+1
2008-03-28
Add missing initial values for PIIX3 function 0 (PIRQRC)
aurel32
1
-0
/
+3
2008-03-18
SCI fixes
aurel32
1
-1
/
+0
2007-12-09
Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...
balrog
1
-5
/
+14
2007-12-09
Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenas
ths
1
-25
/
+0
[next]