index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
piix_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-31
/
+39
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-6
/
+13
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-37
/
+58
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-42
/
+44
2011-12-20
pc: give ISA bus to ISA methods
Hervé Poussineau
1
-3
/
+5
2011-12-20
i440fx: remove piix3 field
Paolo Bonzini
1
-3
/
+0
2011-12-19
Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging
Anthony Liguori
1
-14
/
+6
2011-12-19
Also create piix3 property when Xen is enabled
Julian Pidancet
1
-2
/
+1
2011-12-15
rtc: make piix3 set the rtc as a child (v2)
Anthony Liguori
1
-0
/
+3
2011-12-05
piix_pci: adapt smram mapping to use memory mutators
Avi Kivity
1
-14
/
+6
2011-09-25
isa: Pass i/o address space to isa_bus_new
Richard Henderson
1
-1
/
+1
2011-09-04
piix_pci: wrap memory update in a transaction
Avi Kivity
1
-0
/
+2
2011-09-04
pci_host: convert conf index and data ports to memory API
Avi Kivity
1
-2
/
+9
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
1
-11
/
+2
2011-08-25
piix_pci: wrap memory update in a transaction
Avi Kivity
1
-0
/
+2
2011-08-24
pci_host: convert conf index and data ports to memory API
Avi Kivity
1
-2
/
+9
2011-08-22
440fx: fix PAM, PCI holes
Avi Kivity
1
-33
/
+81
2011-08-08
pci: pass I/O address space to new PCI bus
Avi Kivity
1
-5
/
+9
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
[next]