~vcs-imports/qemu/git

  • Committer: Anthony Liguori
  • Author(s): Christoph Hellwig
  • Date: 2009-05-08 20:51:19 UTC
  • Revision ID: git-v1:e7d54ae83c4ffb63a2481d17f136110ab421afc5
fix asynchronous ioctls

posix_aio_read expect aio requests to return the number of bytes
requests to be successfull, so we need to fake this up for ioctls.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Filename Latest Rev Last Changed Committer Comment Size
..
ac97.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 37.5 KB Diff Download File
acpi.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 22.1 KB Diff Download File
adb.c 6131 16 years ago blueswir1 VM load/save support for PPC devices git-svn-id: 12.3 KB Diff Download File
adlib.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 7.5 KB Diff Download File
ads7846.c 4807 16 years ago pbrook Remove duplicate device index calculations. git- 3.8 KB Diff Download File
alpha_palcode.c 6327 16 years ago aliguori Convert references to logfile/loglevel to use qemu 26.7 KB Diff Download File
an5206.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 2.2 KB Diff Download File
apb_pci.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 7.9 KB Diff Download File
apic.c 6984 15 years ago aurel32 apic: Fix access to non-existent APIC When runnin 23.5 KB Diff Download File
arm-misc.h 6988 15 years ago pbrook Use qemu_ram_alloc. Signed-off-by: Paul Brook <pa 1.1 KB Diff Download File
arm_boot.c 6990 15 years ago pbrook Use load_image_targphys. Signed-off-by: Paul Broo 7.6 KB Diff Download File
arm_gic.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 21.3 KB Diff Download File
arm_pic.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 1 KB Diff Download File
arm_sysctl.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 5.2 KB Diff Download File
arm_timer.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 8.8 KB Diff Download File
armv7m.c 6996 15 years ago pbrook More phys_ram_base removal. Signed-off-by: Paul B 5.8 KB Diff Download File
armv7m_nvic.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 13.1 KB Diff Download File
audiodev.h 4730 16 years ago malc ISA version of CS4231A Hopefully someday will be 365 bytes Diff Download File
axis_dev88.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 10.5 KB Diff Download File
baum.c 6532 16 years ago aurel32 Revert part of 6531, fix build failure Signed-off 19.7 KB Diff Download File
baum.h 4162 16 years ago aurel32 Braille device support (Samuel Thibault) git-sv 1.2 KB Diff Download File
blizzard.c 6566 16 years ago aurel32 Fix displaystate (r6344) regression in blizzard T 28.6 KB Diff Download File
blizzard_template.h 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 4 KB Diff Download File
boards.h 7133 15 years ago aliguori xen: groundwork for xen support (Gerd Hoffmann) - 3 KB Diff Download File
bt-hci-csr.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 12 KB Diff Download File
bt-hci.c 6953 15 years ago blueswir1 Don't try to return result from a void function (s 67.7 KB Diff Download File
bt-hid.c 6953 15 years ago blueswir1 Don't try to return result from a void function (s 15.8 KB Diff Download File
bt-l2cap.c 6712 15 years ago blueswir1 Sparse fixes: NULL use, header order, ANSI prototy 42.8 KB Diff Download File
bt-sdp.c 6712 15 years ago blueswir1 Sparse fixes: NULL use, header order, ANSI prototy 28.8 KB Diff Download File
bt.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 3.5 KB Diff Download File
bt.h 6782 15 years ago aurel32 Clean build: Add bt-host.h Silence compiler warni 58.5 KB Diff Download File
cbus.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 15.2 KB Diff Download File
cdrom.c 5989 16 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 4.1 KB Diff Download File
cirrus_vga.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 97.8 KB Diff Download File
cirrus_vga_rop.h 4329 16 years ago aurel32 CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap over 4.9 KB Diff Download File
cirrus_vga_rop2.h 3167 17 years ago ths find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, 7.8 KB Diff Download File
cs4231.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 4.5 KB Diff Download File
cs4231a.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 19.5 KB Diff Download File
cuda.c 6353 16 years ago aurel32 cuda: fix crash on Windows Signed-off-by: Aurelie 21 KB Diff Download File
device-hotplug.c 6634 16 years ago aliguori fix pci net hot-remove (Marcelo Tosatti) Missing 2.4 KB Diff Download File
devices.h 7105 15 years ago aurel32 Adds SM501 usb host emulation feature. It makes us 2.6 KB Diff Download File
dma.c 6819 15 years ago blueswir1 Delete some unused macros detected with -Wp,-Wunus 14.4 KB Diff Download File
dp8393x.c 7083 15 years ago aliguori Introduce VLANClientState::cleanup() (Mark McLough 25.8 KB Diff Download File
ds1225y.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 5.2 KB Diff Download File
dummy_m68k.c 6992 15 years ago pbrook Use load_image_targphys and avoid phys_ram_base. 1.8 KB Diff Download File
e1000.c 7239 15 years ago Anthony Liguori e1000: Do not reinit pci config space to 0 pci_re 35.2 KB Diff Download File
e1000_hw.h 4176 16 years ago aurel32 Fix few spelling issues in comments (Stefan Weil) 47.9 KB Diff Download File
ecc.c 3664 17 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 2.8 KB Diff Download File
eccmemctl.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 11 KB Diff Download File
eepro100.c 7203 15 years ago Anthony Liguori Pci nic: pci_register_device can fail The pci_reg 56.5 KB Diff Download File
eeprom93xx.c 6866 15 years ago aurel32 hw/eeprom93xx.c: support 93xx EEPROMs with more th 10.4 KB Diff Download File
eeprom93xx.h 3664 17 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 1.2 KB Diff Download File
es1370.c 6480 16 years ago blueswir1 Add and use #defines for PCI device classes This 29.6 KB Diff Download File
escc.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 25.2 KB Diff Download File
escc.h 6284 16 years ago aurel32 escc: allow one IRQ per serial channel The Z85C30 344 bytes Diff Download File
esp.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 17.9 KB Diff Download File
etraxfs.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 5.5 KB Diff Download File
etraxfs.h 6244 16 years ago edgar_igl ETRAX: Let the ethernet PHY report the current lin 1.7 KB Diff Download File
etraxfs_dma.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 21.6 KB Diff Download File
etraxfs_dma.h 5613 16 years ago edgar_igl ETRAX-FS: Make etraxfs_dmac_run local. Signed-off 587 bytes Diff Download File
etraxfs_eth.c 7083 15 years ago aliguori Introduce VLANClientState::cleanup() (Mark McLough 13.2 KB Diff Download File
etraxfs_pic.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 4.2 KB Diff Download File
etraxfs_ser.c 7226 15 years ago Edgar E. Iglesias ETRAX: Simplify serport control logic. Signed-off 4.4 KB Diff Download File
etraxfs_timer.c 7221 15 years ago Edgar E. Iglesias ETRAX: Simplify interrupt signaling. Signed-off-b 7.3 KB Diff Download File
fdc.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 59.5 KB Diff Download File
fdc.h 4085 16 years ago blueswir1 Wire up TC signal from Aux1 to FDC git-svn-id: 435 bytes Diff Download File
firmware_abi.h 6843 15 years ago blueswir1 Document sun ID PROM contents Signed-off-by: Robe 1.8 KB Diff Download File
flash.h 4957 16 years ago balrog Fill in WLAN and BT platform data in CAL area as e 1.9 KB Diff Download File
fmopl.c 6530 16 years ago aliguori Revert changes to fmopl.c fmopl.c was taken from 35 KB Diff Download File
fmopl.h 1121 20 years ago bellard audio merge (malc) git-svn-id: svn://svn.savanna 6.5 KB Diff Download File
framebuffer.c 6912 15 years ago pbrook Implement and use shared memory framebuffer device 3.5 KB Diff Download File
framebuffer.h 6912 15 years ago pbrook Implement and use shared memory framebuffer device 450 bytes Diff Download File
fw_cfg.c 6953 15 years ago blueswir1 Don't try to return result from a void function (s 7.4 KB Diff Download File
fw_cfg.h 7126 15 years ago aliguori sending NUMA topology to BIOS (Andre Przywara) us 1.4 KB Diff Download File
g364fb.c 6999 15 years ago pbrook Clean up VGA ram allocation. Signed-off-by: Paul 18 KB Diff Download File
grackle_pci.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 5.6 KB Diff Download File
gt64xxx.c 6809 15 years ago aliguori Add and use remaining #defines for PCI device IDs 33.1 KB Diff Download File
gumstix.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 3.4 KB Diff Download File
gus.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 7.9 KB Diff Download File
gusemu.h 4685 16 years ago malc Fix some signedness issues caught by gcc 4.3 git 5.2 KB Diff Download File
gusemu_hal.c 3910 17 years ago balrog Gravis Ultrasound GF1 sound card emulation (malc). 22.6 KB Diff Download File
gusemu_mixer.c 4685 16 years ago malc Fix some signedness issues caught by gcc 4.3 git 11.9 KB Diff Download File
gustate.h 3910 17 years ago balrog Gravis Ultrasound GF1 sound card emulation (malc). 4.9 KB Diff Download File
heathrow_pic.c 6131 16 years ago blueswir1 VM load/save support for PPC devices git-svn-id: 5.9 KB Diff Download File
hpet.c 7090 15 years ago aliguori hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka) 18.5 KB Diff Download File
hpet_emul.h 6346 16 years ago aurel32 hpet config mask fix I discovered a bug in the hp 2.6 KB Diff Download File
hw.h 7081 15 years ago aliguori Add unregister_savevm() (Mark McLoughlin) Current 7.2 KB Diff Download File
i2c.c 4955 16 years ago balrog Fix load width for slave address in i2c_bus_load ( 2.9 KB Diff Download File
i2c.h 6333 16 years ago aliguori graphical_console_init change (Stefano Stabellini) 2.8 KB Diff Download File
i8254.c 6449 16 years ago aliguori Check if the i8254 timer is active before deactiva 13.3 KB Diff Download File
i8259.c 7041 15 years ago aurel32 target-alpha: lower parent irq when irq is lowered 15.3 KB Diff Download File
ide.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 131 KB Diff Download File
integratorcp.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 13.9 KB Diff Download File
ioapic.c 6795 15 years ago aliguori From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon 6.8 KB Diff Download File
iommu.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 12.8 KB Diff Download File
irq.c 6591 16 years ago aliguori qemu: add qemu_free_irqs (Marcelo Tosatti) Signed 2.1 KB Diff Download File
irq.h 6591 16 years ago aliguori qemu: add qemu_free_irqs (Marcelo Tosatti) Signed 800 bytes Diff Download File
isa.h 5562 16 years ago aliguori Make DMA bottom-half driven (v2) The current DMA 919 bytes Diff Download File
isa_mmio.c 3664 17 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 2.8 KB Diff Download File
jazz_led.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 9.3 KB Diff Download File
lm832x.c 6953 15 years ago blueswir1 Don't try to return result from a void function (s 14.5 KB Diff Download File
lsi53c895a.c 6675 15 years ago aliguori lsi: add ISTAT1 register read (Ryan Harper) SLES1 56.9 KB Diff Download File
m48t59.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 16.4 KB Diff Download File
mac_dbdma.c 7150 15 years ago aliguori qemu: create helper for event notification (Marcel 21.4 KB Diff Download File
mac_dbdma.h 6670 15 years ago aurel32 DB-DMA IDE asynchronous I/O Signed-off-by: Lauren 1.6 KB Diff Download File
mac_nvram.c 6536 16 years ago blueswir1 Add it_shift git-svn-id: svn://svn.savannah.nongn 5.3 KB Diff Download File
macio.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 4.4 KB Diff Download File
mainstone.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 4.3 KB Diff Download File
mainstone.h 3771 17 years ago ths Mainstone mmc support, by Armin Kuster. git-svn- 907 bytes Diff Download File
max111x.c 4807 16 years ago pbrook Remove duplicate device index calculations. git- 3.5 KB Diff Download File
max7310.c 6109 16 years ago malc Use the ARRAY_SIZE() macro where appropriate. Cha 5.1 KB Diff Download File
mc146818rtc.c 7145 15 years ago aliguori Change RTC time drift IRQ re-injection (Gleb Natap 20.3 KB Diff Download File
mcf.h 3664 17 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 647 bytes Diff Download File
mcf5206.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 13.8 KB Diff Download File
mcf5208.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 7.5 KB Diff Download File
mcf_fec.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 11.9 KB Diff Download File
mcf_intc.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 3.6 KB Diff Download File
mcf_uart.c 3725 17 years ago balrog Add input buffer to mux chr (patch by Tristan Ging 6.9 KB Diff Download File
mips.h 7045 15 years ago aurel32 Implement sonic netcard (MIPS Jazz) Attached patc 1.3 KB Diff Download File
mips_int.c 3664 17 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 1.1 KB Diff Download File
mips_jazz.c 7045 15 years ago aurel32 Implement sonic netcard (MIPS Jazz) Attached patc 8.8 KB Diff Download File
mips_malta.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 31.1 KB Diff Download File
mips_mipssim.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 6.1 KB Diff Download File
mips_r4k.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 8.4 KB Diff Download File
mips_timer.c 6327 16 years ago aliguori Convert references to logfile/loglevel to use qemu 2.9 KB Diff Download File
mipsnet.c 7083 15 years ago aliguori Introduce VLANClientState::cleanup() (Mark McLough 6.9 KB Diff Download File
mpcore.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 8.3 KB Diff Download File
msmouse.c 6548 16 years ago aurel32 QEMU Microsoft serial mouse emulation Adds "msmou 2.6 KB Diff Download File
msmouse.h 6548 16 years ago aurel32 QEMU Microsoft serial mouse emulation Adds "msmou 62 bytes Diff Download File
mst_fpga.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 5 KB Diff Download File
musicpal.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 41.8 KB Diff Download File
nand.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 19.1 KB Diff Download File
ne2000.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 24.2 KB Diff Download File
nseries.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 43 KB Diff Download File
nvram.h 5264 16 years ago blueswir1 Suppress gcc 4.x -Wpointer-sign (included in -Wall 1.8 KB Diff Download File
omap.h 6912 15 years ago pbrook Implement and use shared memory framebuffer device 35.6 KB Diff Download File
omap1.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 131 KB Diff Download File
omap2.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 141 KB Diff Download File
omap_clk.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 30.2 KB Diff Download File
omap_dma.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 58.7 KB Diff Download File
omap_dss.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 31.3 KB Diff Download File
omap_i2c.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 14.5 KB Diff Download File
omap_lcd_template.h 6912 15 years ago pbrook Implement and use shared memory framebuffer device 4.8 KB Diff Download File
omap_lcdc.c 6912 15 years ago pbrook Implement and use shared memory framebuffer device 12.5 KB Diff Download File
omap_mmc.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 16 KB Diff Download File
omap_sx1.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 7.5 KB Diff Download File
onenand.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 19.3 KB Diff Download File
openpic.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 45.9 KB Diff Download File
openpic.h 6648 15 years ago aurel32 kvm/powerpc: Enable MPIC for E500 platform. MPIC 735 bytes Diff Download File
palm.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 9.1 KB Diff Download File
parallel.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 16.2 KB Diff Download File
pc.c 7237 15 years ago Anthony Liguori reset state for load_linux The linux loader is ju 33.7 KB Diff Download File
pc.h 6999 15 years ago pbrook Clean up VGA ram allocation. Signed-off-by: Paul 5.5 KB Diff Download File
pci-hotplug.c 7078 15 years ago aliguori Don't fail PCI hotplug if no NIC model is supplied 6.1 KB Diff Download File
pci.c 7215 15 years ago Blue Swirl minor fix of pci_register_bus() keep first_bus li 24.4 KB Diff Download File
pci.h 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 8.9 KB Diff Download File
pci_host.h 6223 16 years ago blueswir1 Improve PCI debug support git-svn-id: svn://svn.s 3.8 KB Diff Download File
pci_ids.h 6815 15 years ago aliguori Add missing file Signed-off-by: Anthony Liguori < 2.9 KB Diff Download File
pckbd.c 6819 15 years ago blueswir1 Delete some unused macros detected with -Wp,-Wunus 12.9 KB Diff Download File
pcmcia.h 6688 15 years ago aliguori monitor: Rework API (Jan Kiszka) Refactor the mon 1.8 KB Diff Download File
pcnet.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 64.2 KB Diff Download File
pcspk.c 5853 16 years ago malc Make audio violate POSIX less git-svn-id: svn://s 4.3 KB Diff Download File
pflash_cfi01.c 7231 15 years ago Paul Brook Use target_phys_addr_t, not target_ulong. Signed- 17.3 KB Diff Download File
pflash_cfi02.c 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 19.1 KB Diff Download File
piix_pci.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 10.6 KB Diff Download File
pixel_ops.h 2973 17 years ago balrog Use pixel_ops.h in PXA LCD screen drawing. git-s 1.6 KB Diff Download File
pl011.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 7.6 KB Diff Download File
pl022.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 7.9 KB Diff Download File
pl031.c 7232 15 years ago Paul Brook Remove superfluous #includes. Signed-off-by: Paul 5 KB Diff Download File
pl050.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 3.4 KB Diff Download File
pl061.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 7.6 KB Diff Download File
pl080.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 9.2 KB Diff Download File
pl110.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 8.6 KB Diff Download File
pl110_template.h 7227 15 years ago Paul Brook Fix PL110 framebuffer byteswapping in 32bpp mode. 7 KB Diff Download File
pl181.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 13.4 KB Diff Download File
pl190.c 7232 15 years ago Paul Brook Remove superfluous #includes. Signed-off-by: Paul 6.2 KB Diff Download File
ppc.c 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 37.9 KB Diff Download File
ppc.h 6651 15 years ago aurel32 kvm/powerpc: Add irq support for E500 core Signed 1.4 KB Diff Download File
ppc405.h 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 3.9 KB Diff Download File
ppc405_boards.c 7025 15 years ago pbrook Add named initializers. Signed-off-by: Paul Brook 19.2 KB Diff Download File
ppc405_uc.c 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 66.6 KB Diff Download File
ppc440.c 6055 16 years ago aurel32 target-ppc: PowerPC 440EP SoC emulation Wire up t 3.2 KB Diff Download File
ppc440.h 6055 16 years ago aurel32 target-ppc: PowerPC 440EP SoC emulation Wire up t 465 bytes Diff Download File
ppc440_bamboo.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 5.6 KB Diff Download File
ppc4xx.h 6052 16 years ago aurel32 target-ppc: create a helper function to allow more 2.7 KB Diff Download File
ppc4xx_devs.c 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 24.5 KB Diff Download File
ppc4xx_pci.c 6809 15 years ago aliguori Add and use remaining #defines for PCI device IDs 10.9 KB Diff Download File
ppc_mac.h 6752 15 years ago blueswir1 Use firmware configuration instead of NVRAM (initi 3.8 KB Diff Download File
ppc_newworld.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 12.4 KB Diff Download File
ppc_oldworld.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 13.2 KB Diff Download File
ppc_prep.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 21.9 KB Diff Download File
ppce500.h 6652 15 years ago aurel32 kvm/powerpc: Add MPC8544DS board support This pat 696 bytes Diff Download File
ppce500_mpc8544ds.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 8.7 KB Diff Download File
ppce500_pci.c 6809 15 years ago aliguori Add and use remaining #defines for PCI device IDs 10.6 KB Diff Download File
prep_pci.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 5 KB Diff Download File
primecell.h 6333 16 years ago aliguori graphical_console_init change (Stefano Stabellini) 1.5 KB Diff Download File
ps2.c 6434 16 years ago aliguori Add reset irq state for ps2 reboot callback (Dor L 18.2 KB Diff Download File
ps2.h 5989 16 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 400 bytes Diff Download File
ptimer.c 6910 15 years ago blueswir1 Remove unused variable git-svn-id: svn://svn.sava 5.5 KB Diff Download File
pxa.h 6333 16 years ago aliguori graphical_console_init change (Stefano Stabellini) 6.2 KB Diff Download File
pxa2xx.c 6333 16 years ago aliguori graphical_console_init change (Stefano Stabellini) 64.5 KB Diff Download File
pxa2xx_dma.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 15.8 KB Diff Download File
pxa2xx_gpio.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 9.5 KB Diff Download File
pxa2xx_keypad.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 9.3 KB Diff Download File
pxa2xx_lcd.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 27 KB Diff Download File
pxa2xx_mmci.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 14.2 KB Diff Download File
pxa2xx_pcmcia.c 5838 16 years ago pbrook Change MMIO callbacks to use offsets, not absolute 5.3 KB Diff Download File
pxa2xx_pic.c 5838 16 years ago pbrook Change MMIO callbacks to use offsets, not absolute 9.4 KB Diff Download File
pxa2xx_template.h 6912 15 years ago pbrook Implement and use shared memory framebuffer device 11.2 KB Diff Download File
pxa2xx_timer.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 13.2 KB Diff Download File
r2d.c 7105 15 years ago aurel32 Adds SM501 usb host emulation feature. It makes us 6.8 KB Diff Download File
rc4030.c 7006 15 years ago aurel32 Clean up rc4030 init function At the moment, rc40 20.9 KB Diff Download File
realview.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 6.2 KB Diff Download File
realview_gic.c 5838 16 years ago pbrook Change MMIO callbacks to use offsets, not absolute 1.4 KB Diff Download File
rtl8139.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 99.9 KB Diff Download File
sb16.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 35.6 KB Diff Download File
sbi.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 3.9 KB Diff Download File
scsi-disk.c 7036 15 years ago blueswir1 Fix OpenSolaris gcc4 warnings: iovec type mismatch 30.9 KB Diff Download File
scsi-disk.h 3841 17 years ago ths Real SCSI device passthrough (v4), by Laurent Vivi 1.2 KB Diff Download File
scsi-generic.c 6844 15 years ago aliguori new scsi-generic abstraction, use SG_IO (Christoph 17.9 KB Diff Download File
scsi.h 4175 16 years ago blueswir1 ESP: Add it_shift parameter (Hervé Poussineau) gi 417 bytes Diff Download File
sd.c 7210 15 years ago Paul Brook Handle NULL bdrv. Signed-off-by: Paul Brook <paul 44.4 KB Diff Download File
sd.h 4202 16 years ago balrog Add basic OMAP2 chip support. Add the OMAP242x (a 2.9 KB Diff Download File
serial.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 24.5 KB Diff Download File
sh.h 5924 16 years ago balrog SH4: Eliminate P4 to A7 mangling (Takashi YOSHII). 1.6 KB Diff Download File
sh7750.c 6537 16 years ago aurel32 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RT 21.7 KB Diff Download File
sh7750_regnames.c 6537 16 years ago aurel32 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RT 2.2 KB Diff Download File
sh7750_regnames.h 1855 18 years ago bellard SHIX board emulation (Samuel Tardieu) git-svn-id 127 bytes Diff Download File
sh7750_regs.h 6537 16 years ago aurel32 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RT 60.5 KB Diff Download File
sh_intc.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 11.8 KB Diff Download File
sh_intc.h 6109 16 years ago malc Use the ARRAY_SIZE() macro where appropriate. Cha 1.9 KB Diff Download File
sh_pci.c 6809 15 years ago aliguori Add and use remaining #defines for PCI device IDs 5.6 KB Diff Download File
sh_serial.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 10.1 KB Diff Download File
sh_timer.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 8.5 KB Diff Download File
sharpsl.h 6991 15 years ago pbrook More phys_ram_base removal. Signed-off-by: Paul B 677 bytes Diff Download File
shix.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 2.9 KB Diff Download File
slavio_intctl.c 6819 15 years ago blueswir1 Delete some unused macros detected with -Wp,-Wunus 12 KB Diff Download File
slavio_misc.c 6819 15 years ago blueswir1 Delete some unused macros detected with -Wp,-Wunus 12.3 KB Diff Download File
slavio_timer.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 13.4 KB Diff Download File
sm501.c 7105 15 years ago aurel32 Adds SM501 usb host emulation feature. It makes us 29.7 KB Diff Download File
sm501_template.h 5989 16 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 2.7 KB Diff Download File
smbios.c 7086 15 years ago aliguori qemu: Add support for SMBIOS command line otions ( 7.2 KB Diff Download File
smbios.h 7086 15 years ago aliguori qemu: Add support for SMBIOS command line otions ( 4.5 KB Diff Download File
smbus.c 3673 17 years ago pbrook Add statics and missing #includes for prototypes. 7.4 KB Diff Download File
smbus.h 5989 16 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 3 KB Diff Download File
smbus_eeprom.c 4634 16 years ago balrog Fix smbus_eeprom.c compile with DEBUG (spotted by 3.5 KB Diff Download File
smc91c111.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 19 KB Diff Download File
soc_dma.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 11.6 KB Diff Download File
soc_dma.h 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 3.6 KB Diff Download File
sparc32_dma.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 7.1 KB Diff Download File
sparc32_dma.h 3664 17 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 591 bytes Diff Download File
spitz.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 29.5 KB Diff Download File
ssd0303.c 6333 16 years ago aliguori graphical_console_init change (Stefano Stabellini) 8.8 KB Diff Download File
ssd0323.c 6333 16 years ago aliguori graphical_console_init change (Stefano Stabellini) 8.9 KB Diff Download File
ssi-sd.c 5989 16 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 7.5 KB Diff Download File
stellaris.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 36.9 KB Diff Download File
stellaris_enet.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 11.8 KB Diff Download File
stellaris_input.c 5989 16 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 2.1 KB Diff Download File
sun4c_intctl.c 6688 15 years ago aliguori monitor: Rework API (Jan Kiszka) Refactor the mon 5.6 KB Diff Download File
sun4m.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 52.1 KB Diff Download File
sun4m.h 6995 15 years ago pbrook Cleanup SPARC/TCX framebuffer allocation. Signed- 2.5 KB Diff Download File
sun4u.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 19.3 KB Diff Download File
tc58128.c 5528 16 years ago blueswir1 Fix undeclared symbol warnings from sparse git-sv 4.2 KB Diff Download File
tc6393xb.c 6996 15 years ago pbrook More phys_ram_base removal. Signed-off-by: Paul B 18.5 KB Diff Download File
tc6393xb_template.h 6996 15 years ago pbrook More phys_ram_base removal. Signed-off-by: Paul B 2.2 KB Diff Download File
tcx.c 7174 15 years ago Blue Swirl Synch to VGA 17.5 KB Diff Download File
tmp105.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 6 KB Diff Download File
tosa.c 7024 15 years ago pbrook Remove redundant ram_require machine properly. Si 6.7 KB Diff Download File
tsc2005.c 6151 16 years ago aurel32 Update FSF address in GPL/LGPL boilerplate The at 15.4 KB Diff Download File
tsc210x.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 34.5 KB Diff Download File
tusb6010.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 23.4 KB Diff Download File
twl92230.c 7103 15 years ago balrog Fix indices in Menelaus save/load. Version increa 25.3 KB Diff Download File
unin_pci.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 9 KB Diff Download File
usb-bt.c 6712 15 years ago blueswir1 Sparse fixes: NULL use, header order, ANSI prototy 20.3 KB Diff Download File
usb-hid.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 28 KB Diff Download File
usb-hub.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 16.2 KB Diff Download File
usb-msd.c 6687 15 years ago aliguori monitor: Rework modal password input (Jan Kiszka) 15.9 KB Diff Download File
usb-musb.c 7230 15 years ago Paul Brook Replace cpu_abort with hw_error Signed-off-by: Pa 41.5 KB Diff Download File
usb-net.c 7083 15 years ago aliguori Introduce VLANClientState::cleanup() (Mark McLough 43.9 KB Diff Download File
usb-ohci.c 7105 15 years ago aurel32 Adds SM501 usb host emulation feature. It makes us 49.8 KB Diff Download File
usb-serial.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 16.7 KB Diff Download File
usb-uhci.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 28.5 KB Diff Download File
usb-wacom.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 11.1 KB Diff Download File
usb.c 5038 16 years ago aliguori usb: generic packet handler cleanup and documentat 6 KB Diff Download File
usb.h 6688 15 years ago aliguori monitor: Rework API (Jan Kiszka) Refactor the mon 8.6 KB Diff Download File
versatile_pci.c 6809 15 years ago aliguori Add and use remaining #defines for PCI device IDs 3.6 KB Diff Download File
versatilepb.c 6988 15 years ago pbrook Use qemu_ram_alloc. Signed-off-by: Paul Brook <pa 9.2 KB Diff Download File
vga.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 74.8 KB Diff Download File
vga_int.h 7074 15 years ago aliguori vga: Cleanup dirty logging (Jan Kiszka) In theory 10.2 KB Diff Download File
vga_template.h 3167 17 years ago ths find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, 15.7 KB Diff Download File
virtio-balloon.c 7003 15 years ago pbrook Yet more phys_ram_base elimination. Signed-off-by 5.1 KB Diff Download File
virtio-balloon.h 5863 16 years ago aliguori Add virtio-balloon support This adds a VirtIO bas 945 bytes Diff Download File
virtio-blk.c 7191 15 years ago Anthony Liguori virtio-blk: add SGI_IO passthru support [had the 10.3 KB Diff Download File
virtio-blk.h 7199 15 years ago Anthony Liguori fix virtio_blk_inhdr comment The inhdr is at the 2.1 KB Diff Download File
virtio-console.c 7036 15 years ago blueswir1 Fix OpenSolaris gcc4 warnings: iovec type mismatch 4 KB Diff Download File
virtio-console.h 6305 16 years ago aliguori Add missing files from last commit. Signed-off-by 485 bytes Diff Download File
virtio-net.c 7083 15 years ago aliguori Introduce VLANClientState::cleanup() (Mark McLough 17.6 KB Diff Download File
virtio-net.h 6582 16 years ago aliguori qemu: return PCIDevice on net device init and reco 5.2 KB Diff Download File
virtio.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 21.3 KB Diff Download File
virtio.h 7083 15 years ago aliguori Introduce VLANClientState::cleanup() (Mark McLough 3.9 KB Diff Download File
vmmouse.c 6518 16 years ago aliguori hw: remove error handling from qemu_malloc() calle 7.5 KB Diff Download File
vmport.c 5019 16 years ago aliguori Silence vmport unless DEBUG is enabled. Signed-of 3 KB Diff Download File
vmware_vga.c 7214 15 years ago Blue Swirl use PCI_HEADER_TYPE. use symbolic value instead o 34.3 KB Diff Download File
watchdog.c 7197 15 years ago Anthony Liguori Hardware watchdog Here is an updated hardware wat 3.5 KB Diff Download File
watchdog.h 7197 15 years ago Anthony Liguori Hardware watchdog Here is an updated hardware wat 2.1 KB Diff Download File
wdt_i6300esb.c 7197 15 years ago Anthony Liguori Hardware watchdog Here is an updated hardware wat 14.5 KB Diff Download File
wdt_ib700.c 7197 15 years ago Anthony Liguori Hardware watchdog Here is an updated hardware wat 3 KB Diff Download File
wm8750.c 6953 15 years ago blueswir1 Don't try to return result from a void function (s 21 KB Diff Download File
xen.h 7133 15 years ago aliguori xen: groundwork for xen support (Gerd Hoffmann) - 548 bytes Diff Download File
xen_backend.c 7139 15 years ago aliguori xen: blk & nic configuration via cmd line. (Gerd H 18.5 KB Diff Download File
xen_backend.h 7140 15 years ago aliguori xen: pv domain builder. (Gerd Hoffmann) This adds 3.8 KB Diff Download File
xen_blkif.h 7165 15 years ago Blue Swirl Fix compilation when x86_64 is defined 3.5 KB Diff Download File
xen_common.h 7134 15 years ago aliguori xen: backend driver core (Gerd Hoffmann) This pat 789 bytes Diff Download File
xen_console.c 7149 15 years ago blueswir1 Fix typo, thanks to Andreas Faerber for spotting 7 KB Diff Download File
xen_devconfig.c 7140 15 years ago aliguori xen: pv domain builder. (Gerd Hoffmann) This adds 4.7 KB Diff Download File
xen_disk.c 7165 15 years ago Blue Swirl Fix compilation when x86_64 is defined 22.3 KB Diff Download File
xen_domainbuild.c 7148 15 years ago blueswir1 Use a more natural order git-svn-id: svn://svn.sa 8.3 KB Diff Download File
xen_domainbuild.h 7140 15 years ago aliguori xen: pv domain builder. (Gerd Hoffmann) This adds 487 bytes Diff Download File
xen_machine_pv.c 7142 15 years ago aliguori xen: add -vga xenfb option, configure xenfb (Gerd 3.4 KB Diff Download File
xen_nic.c 7138 15 years ago aliguori xen: add net backend driver. (Gerd Hoffmann) This 11.8 KB Diff Download File
xenfb.c 7164 15 years ago Blue Swirl Fix warning 30.1 KB Diff Download File
zaurus.c 6991 15 years ago pbrook More phys_ram_base removal. Signed-off-by: Paul B 6.9 KB Diff Download File