Age | Commit message (Expand) | Author | Files | Lines |
2009-02-11 | qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) | aliguori | 11 | -0/+403 |
2009-02-11 | Parse full PCI device addresses (Markus Armbruster) | aliguori | 2 | -0/+80 |
2009-02-11 | qemu: pci hotplug GPE support (Marcelo Tosatti) | aliguori | 2 | -0/+95 |
2009-02-11 | qemu: initialize hot add system / acpi gpe (Marcelo Tosatti) | aliguori | 3 | -0/+73 |
2009-02-11 | qemu: zero ioport_opaque on isa_unassign_ioport (Marcelo Tosatti) | aliguori | 1 | -0/+2 |
2009-02-11 | qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti) | aliguori | 2 | -0/+24 |
2009-02-11 | qemu: warn if PCI region is not power of two (Marcelo Tosatti) | aliguori | 1 | -0/+7 |
2009-02-11 | qemu: add pci_unregister_device (Marcelo Tosatti) | aliguori | 2 | -5/+45 |
2009-02-11 | qemu: add qemu_free_irqs (Marcelo Tosatti) | aliguori | 2 | -0/+7 |
2009-02-11 | qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce... | aliguori | 2 | -5/+35 |
2009-02-11 | qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti) | aliguori | 2 | -0/+23 |
2009-02-11 | qemu: net/drive add/remove tweaks (Marcelo Tosatti) | aliguori | 3 | -8/+11 |
2009-02-11 | qemu: move drives_opt for external use (Marcelo Tosatti) | aliguori | 2 | -6/+11 |
2009-02-11 | qemu: record devfn on block driver instance (Marcelo Tosatti) | aliguori | 4 | -0/+10 |
2009-02-11 | qemu: drive removal support (Marcelo Tosatti) | aliguori | 2 | -0/+24 |
2009-02-11 | qemu: dynamic nic info index allocation (Marcelo Tosatti) | aliguori | 2 | -3/+16 |
2009-02-11 | qemu: dynamic drive/drive_opt index allocation (Marcelo Tosatti) | aliguori | 2 | -11/+44 |
2009-02-11 | qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) | aliguori | 10 | -28/+44 |
2009-02-11 | qemu: add pci helper functions (Marcelo Tosatti) | aliguori | 2 | -0/+26 |
2009-02-11 | Add a description for the set_link monitor command. | aliguori | 1 | -1/+2 |
2009-02-11 | Add BIOS patches necessary for hotplug (Marcelo Tosatti) | aliguori | 7 | -0/+373 |
2009-02-11 | Update PC BIOS to latest bits from Bochs | aliguori | 11 | -436/+33 |
2009-02-10 | Add "static" | blueswir1 | 2 | -3/+1 |
2009-02-09 | Fix fr-be keymap | aurel32 | 1 | -6/+0 |
2009-02-09 | Fix AltGr and dead keys with VNC | aurel32 | 2 | -0/+24 |
2009-02-09 | Fix DEBUG_TCGV compile error. | aurel32 | 1 | -1/+1 |
2009-02-09 | qemu_chr_open_tcp: allow ipv4 and ipv6 options | aurel32 | 1 | -0/+4 |
2009-02-09 | Update ppc-dis.c from binutils from 4th July, 2007, just before GPLv3 switch | blueswir1 | 1 | -499/+565 |
2009-02-09 | Update ppc-dis.c from binutils 2.17 | blueswir1 | 2 | -1880/+3980 |
2009-02-09 | ppc newworld: default to a G4 CPU | aurel32 | 1 | -1/+1 |
2009-02-09 | Fix crash caused by missing command line arguments | aurel32 | 1 | -1/+7 |
2009-02-09 | Remove unused code from dyngen-exec.h | aurel32 | 1 | -7/+0 |
2009-02-09 | Make qemu-img argument handling POSIX compliant | aurel32 | 1 | -1/+1 |
2009-02-09 | Fix displaystate (r6344) regression in blizzard | aurel32 | 2 | -5/+6 |
2009-02-09 | target-ppc: Model e500v{1,2} CPUs more accurately | aurel32 | 1 | -102/+125 |
2009-02-09 | target-ppc: Model SPE floating-point instructions more accurately | aurel32 | 2 | -55/+57 |
2009-02-09 | target-ppc: Add vrsqrtefp instruction | aurel32 | 3 | -0/+13 |
2009-02-09 | target-ppc: Add vrefp instruction | aurel32 | 3 | -0/+12 |
2009-02-09 | target-ppc: Add vct{u,s}xs instructions | aurel32 | 3 | -0/+31 |
2009-02-09 | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 | 3 | -0/+80 |
2009-02-09 | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 | 3 | -0/+40 |
2009-02-09 | target-ppc: Add v{add,sub}fp instructions | aurel32 | 3 | -0/+18 |
2009-02-09 | target-ppc: Add v{max,min}fp instructions | aurel32 | 3 | -0/+22 |
2009-02-09 | KVM: Get all cpuid values from function 2 (Amit Shah) | aliguori | 1 | -0/+26 |
2009-02-09 | KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah) | aliguori | 1 | -14/+39 |
2009-02-09 | KVM: CPUID takes ecx as input value for some functions (Amit Shah) | aliguori | 4 | -23/+23 |
2009-02-08 | Remove GenOpFunc typedefs | blueswir1 | 1 | -5/+0 |
2009-02-08 | Update Sparc images | blueswir1 | 3 | -2/+2 |
2009-02-08 | Fix UniNorth | blueswir1 | 1 | -13/+2 |
2009-02-08 | Use Mac NVRAM | blueswir1 | 1 | -21/+1 |