fix raw_aio_remove (Stefano Stabellini)
[qemu] / hw /
2009-02-22 edgar_iglCRIS: Fix remaining build warnings.
2009-02-21 blueswir1Reload ptimers on reset
2009-02-16 aliguorivirtio: Remove malloc failure checks (Jan Kiszka)
2009-02-16 aliguoriGenerate PCI hotplug interrupt only if corespondent...
2009-02-16 aliguoriFix GPE registers read/write handling. (Gleb Natapov)
2009-02-16 aliguoriFix hardware accelerated video to video copy on Cirrus...
2009-02-12 blueswir1Fix Sparc64 VGA memory size bug exposed by r6604
2009-02-11 blueswir1Use qemu_ram_alloc
2009-02-11 aliguoriqemu: PCI device, disk and host network hot-add / hot...
2009-02-11 aliguoriParse full PCI device addresses (Markus Armbruster)
2009-02-11 aliguoriqemu: pci hotplug GPE support (Marcelo Tosatti)
2009-02-11 aliguoriqemu: initialize hot add system / acpi gpe (Marcelo...
2009-02-11 aliguoriqemu: LSI SCSI and e1000 unregister callbacks (Marcelo...
2009-02-11 aliguoriqemu: warn if PCI region is not power of two (Marcelo...
2009-02-11 aliguoriqemu: add pci_unregister_device (Marcelo Tosatti)
2009-02-11 aliguoriqemu: add qemu_free_irqs (Marcelo Tosatti)
2009-02-11 aliguoriqemu: record devfn on block driver instance (Marcelo...
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-11 aliguoriqemu: add pci helper functions (Marcelo Tosatti)
2009-02-09 aurel32ppc newworld: default to a G4 CPU
2009-02-09 aurel32Fix displaystate (r6344) regression in blizzard
2009-02-08 blueswir1Fix UniNorth
2009-02-08 blueswir1Use Mac NVRAM
2009-02-08 blueswir1Switch Mac99 to OpenBIOS
2009-02-08 aurel32QEMU Microsoft serial mouse emulation
2009-02-08 aurel32Add load/save capability to rc4030 chipset
2009-02-08 aurel32Additional VGA options for MIPS Malta
2009-02-08 blueswir1Use CMD646 IDE for now
2009-02-08 blueswir1Load 32 bit ELF BIOS images also on PPC64
2009-02-08 blueswir1Rename ppc_chrp.c to ppc_newworld.c
2009-02-07 aurel32Fix bug in omap_sx1.c introduced by r6344
2009-02-07 aurel32Fix tosa_dac_recv warning
2009-02-07 aurel32SH4: fix TMU init
2009-02-07 aurel32SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT...
2009-02-07 blueswir1Add it_shift
2009-02-07 blueswir1Fix VGA RAM offsets
2009-02-06 blueswir1Add savevm and reset support for OpenPic
2009-02-06 aurel32Revert part of 6531, fix build failure
2009-02-06 aliguoriRevert changes to fmopl.c
2009-02-05 aliguoriqemu:virtio-net: Add VLAN filtering (Alex Williamson)
2009-02-05 aliguoriqemu:virtio-net: Add additional MACs via a filter table...
2009-02-05 aliguoriqemu:virtio-net: Enable filtering based on MAC, promisc...
2009-02-05 aliguoriqemu:virtio-net: Add promiscuous and all-multicast...
2009-02-05 aliguoriqemu:virtio-net: Add a virtqueue for control commands...
2009-02-05 aliguoriqemu:virtio-net: Define ETH_ALEN for use when manipulat...
2009-02-05 aliguoriqemu:virtio-net: Allow setting the MAC address via...
2009-02-05 aliguoriqemu:virtio-net: Save status and add some save infrastr...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-05 aliguoriConvert IDE to use new dma helpers (Avi Kivity)
2009-02-05 blueswir1Add debug, savevm and reset support for UniNorth
2009-02-05 blueswir1Use qemu_ram_alloc
2009-02-03 aurel32SH4: Fix warning when compiling sh7750_regnames.c
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-02-01 blueswir1Update #defines for PCI vendor and device IDs from...
2009-01-30 aurel32PowerPC: IDE DB-DMA support
2009-01-30 aurel32PowerPC: mac-io DB-DMA support
2009-01-30 aurel32pl031: remove unused variable
2009-01-29 aliguoricheck SCSI read/write requests against max LBA (Rik...
2009-01-29 aliguoriDon't notify virtio devices before S_DRIVER_OK (Mark...
2009-01-28 aliguoriSCSI divide capacity by s->cluster_size (Rik van Riel)
2009-01-28 aliguorisupport >2TB SCSI disks (Rik van Riel)
2009-01-28 aliguorifix signed/unsigned overflows in SCSI disk (Rik van...
2009-01-27 blueswir1Add Simba device ID
2009-01-26 edgar_iglETRAX: Remove display-state argument from board init.
2009-01-26 aliguoriCheck if the i8254 timer is active before deactivating...
2009-01-26 aliguoriMove definition of rgb_to_pixel_dup_table (Nathan Froyd)
2009-01-26 aliguoriAdd reset irq state for ps2 reboot callback (Dor Laor)
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-26 aliguoriUse the default subsystem vendor ID for virtio devices...
2009-01-26 aliguoriAdd macro for virtio-console PCI device ID (Mark McLoug...
2009-01-26 aliguoriUse macros for virtio-net PCI vendor/device IDs (Mark...
2009-01-26 aurel32target-ppc: always load kernel to KERNEL_LOAD_ADDR
2009-01-25 malcAdd static qualifier to local functions
2009-01-24 aurel32sh4: sh_pci. Register resouces both at A7 and P4.
2009-01-24 aurel32sh4: r2d. Endian conversion for peripheral register...
2009-01-24 aurel32Support epoch of 1980 in RTC emulation for MIPS Magnum
2009-01-24 aurel32mips: limit RAM size to 256MB on malta and qemu boards
2009-01-24 blueswir1Floppy: Properly handle Sense Interrupt Status after...
2009-01-24 blueswir1Fix kernel_size and initrd_size sign (Francois Revol)
2009-01-23 malcfix endianness problem sharing the videoram buffer
2009-01-22 aliguoriStop VM on error in virtio-blk. (Gleb Natapov)
2009-01-22 aliguoriStop VM on error in scsi-disk (Gleb Natapov)
2009-01-22 aliguoriFix warning in ide.c
2009-01-22 aliguoriConvert IDE to directly access guest memory (Avi Kivity)
2009-01-21 aliguoriStop VM on ENOSPC error. (Gleb Natapov)
2009-01-21 aliguoricirrus: unify unmapping of vram (Jan Kiszka)
2009-01-21 aliguoricirrus: cleanup reset handler (Jan Kiszka)
2009-01-21 aliguoricirrus: avoid resetting vga dirty logging unnecessarily...
2009-01-21 aliguoricirrus: stop dirty logging during remaps (Jan Kiszka)
2009-01-21 aliguoricirrus: unmap vram on reset (Jan Kiszka)
2009-01-21 aliguoriAlways return latest pmsts instead of the old one ...
2009-01-20 pbrookFix NAND flash save/restore.
2009-01-18 aurel32USB OHCI: add support for big endian targets
2009-01-18 aurel32mips_malta: map the CBUS UART as the third serial port
2009-01-18 aurel32serial: open a null device if the CharDriverState argum...
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-18 aurel32cuda: fix crash on Windows
2009-01-17 blueswir1Remove unused info_str parameter to pcnet_common_init()
2009-01-17 blueswir1Switch to CMD646 IDE
2009-01-16 aurel32hpet config mask fix
next