index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
piix_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-29
pci: pass address space to pci bus when created
Avi Kivity
1
-4
/
+9
2011-07-17
hw/piix_pci.c: Fix PIIX3-xen to initialize ids
Anthony PERARD
1
-0
/
+3
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-12
/
+7
2011-06-19
xen: fix interrupt routing
Stefano Stabellini
1
-32
/
+34
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-4
/
+47
2011-06-12
hw/piix_pci.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-12
/
+7
2011-05-22
piix_pci: fix piix3_set_irq_pic()
TeLeMan
1
-1
/
+1
2011-05-08
piix_pci: Introduces Xen specific call for irq.
Anthony PERARD
1
-3
/
+46
2011-04-01
piix_pci: load path clean up
Isaku Yamahata
1
-8
/
+4
2011-04-01
piix_pci: optimize set irq path
Isaku Yamahata
1
-17
/
+84
2011-04-01
piix_pci: eliminate PIIX3State::pci_irq_levels
Isaku Yamahata
1
-11
/
+27
2011-01-10
piix: tag as not hotpluggable.
Gerd Hoffmann
1
-0
/
+2
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-09-18
Introduce range.h
Blue Swirl
1
-0
/
+1
2010-07-11
pci: set PCI multi-function bit appropriately.
Isaku Yamahata
1
-2
/
+0
2010-07-11
pci: set multifunction property for normal device.
Isaku Yamahata
1
-1
/
+1
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
1
-1
/
+0
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
[next]